mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-02 04:31:25 +00:00
[CK] CK Tile grouped convolution direct load ## Motivation CK Tile grouped convolution forward direct load support. ## Technical Details Basic pipeline for direct load and new instances for forward for v1 and v4 pipelines. ## Test Plan test_grouped_convnd_fwd_tile ## Test Result CI pending ## Submission Checklist - [x] Look over the contributing guidelines at https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests. AICK-130
Grouped Convolution Tile Instances Generator
CK Tile Convolution instances implemented via builder and generated via python script. It is integrated with tests and ckProfiler This functionality will be refactored and moved under the Tile Engine. At now to speed up development and provide tests for CK Tile Convolution it has been implemented under experimental directory.