invoke script directly (#2687)

This commit is contained in:
Max Podkorytov
2025-08-19 00:23:07 -07:00
committed by GitHub
parent 696ef05784
commit f38751fc2a
21 changed files with 23 additions and 23 deletions

View File

@@ -7,7 +7,7 @@ This folder contains example for GEMM using ck_tile tile-programming implementat
# in the root of ck_tile
mkdir build && cd build
# you can replace <arch> with the appropriate architecture (for example gfx90a or gfx942) or leave it blank
sh ../script/cmake-ck-dev.sh ../ <arch>
../script/cmake-ck-dev.sh ../ <arch>
# The basic pipeline method on the gemm calculation
make tile_example_gemm_basic -j
# The memory bound pipeline on the gemm calculation