Files
composable_kernel/experimental/grouped_convolution_tile_instances/README.md
Bartłomiej Kocot 0727e85e52 [CK_BUILDER] Add grouped conv fwd ck tile profiler (#3518)
* [BULDER] Add grouped conv fwd ck tile profiler

* [CK TILE] Fix grouped conv kernels splitk and double lds

* Updates

* Fixes

* Move to ckProfiler

* Fixes

* fix

* fix

* Change instances to empty list by default

* fix

* fix

* Update grouped_convolution_signatures.hpp

* Update grouped_convolution_forward_tile_algs.hpp

* [CK TILE] Add grouped convolution forward tests (#3556)

* [CK TILE] Add grouped convolution forward tests

* fix jenkins

* fixes

* comments fixes

* unit test

* unit test fix

* Move instances outside builder

* fix includes

* clang format fix

* readme fix

* fix includes

* fixes
2026-01-19 22:29:01 -07:00

6 lines
375 B
Markdown

# 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.