invoke script directly (#2687)

[ROCm/composable_kernel commit: f38751fc2a]
This commit is contained in:
Max Podkorytov
2025-08-19 00:23:07 -07:00
committed by GitHub
parent e1f603e645
commit 339fc3da3f
21 changed files with 23 additions and 23 deletions

View File

@@ -6,7 +6,7 @@ This folder contains example for smoothquant using ck_tile tile-programming impl
```
# in the root of ck_tile
mkdir build && cd build
sh ../script/cmake-ck-dev.sh ../ <arch> # you can replace this <arch> to gfx90a, gfx942...
../script/cmake-ck-dev.sh ../ <arch> # you can replace this <arch> to gfx90a, gfx942...
make tile_smoothquant -j
```
This will result in an executable `build/bin/tile_smoothquant`