feat(gemm_wp): add two new configs for gemm weight preshuffle in gemm_utils.h (#2690)

* feat(gemm_wp): add two new configs for wp

* delete the unnecessary files

---------

Co-authored-by: ThomasNing <thomas.ning@amd.com>
This commit is contained in:
Aviral Goel
2025-08-15 18:00:25 -04:00
committed by GitHub
parent 1c2078066b
commit c06e8b4a66
3 changed files with 15 additions and 28 deletions

View File

@@ -12,6 +12,8 @@ sh ../script/cmake-ck-dev.sh ../ <arch>
make tile_example_gemm_basic -j
# The memory bound pipeline on the gemm calculation
make tile_example_gemm_universal -j
# The weight preshuffle pipeline on the gemm calculation
make tile_example_gemm_weight_preshuffle -j
```
This will result in an executable `build/bin/tile_example_gemm_basic` & `build/bin/tile_example_gemm_universal`