mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-19 22:39:03 +00:00
[CK_TILE] Add support and tests for V6 pipeline in conv fwd (#4357) Added support for conv v6 pipeline in ck tile's convolution forward kernel. CK Tile v6 pipeline is the equivalent to old ck's V5 pipeline and should be faster than other pipelines for some cases. This PR also adds tests inside profiler that's currently inside experimental directory, so now we should be able to detect regressions easier.
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.