mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 02:02:46 +00:00
Update build instructions in readme (#4657)
## Motivation Update build instructions in readme ## Test Plan Was able to build the tutorial with these steps
This commit is contained in:
@@ -141,10 +141,10 @@ int main()
|
||||
```bash
|
||||
# From composable_kernel root directory
|
||||
mkdir build && cd build
|
||||
sh ../script/cmake-ck-dev.sh ../ <arch>
|
||||
make tile_example_practice_gemm -j
|
||||
../script/cmake-ck-dev.sh ../ <arch>
|
||||
make tile_tutorial_naive_gemm -j
|
||||
|
||||
# Run with sample sizes
|
||||
./bin/tile_example_practice_gemm
|
||||
./bin/tile_tutorial_naive_gemm
|
||||
```
|
||||
This example serves as a foundation for understanding more complex GEMM implementations and optimization strategies in the CK Tile framework.
|
||||
|
||||
Reference in New Issue
Block a user