mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-02 12:41:26 +00:00
refine
This commit is contained in:
committed by
Aviral Goel
parent
b9e966e574
commit
ff6efa2fb1
@@ -6,7 +6,7 @@ This folder contains example for fmha(fused multi-head attention) using ck_tile
|
||||
```
|
||||
# 1. In the root of composable_kernel project, create the build directory.
|
||||
[~/composable_kernel] mkdir build && cd build
|
||||
# 2. In the build directory, run the CMake wrapper script to generate the build system files.
|
||||
# 2. In the build directory, run the CMake wrapper script to generate the build system files. Replace <arch> with the gfx architectures string.
|
||||
[~/composable_kernel/build] ../script/cmake-ck-dev.sh .. <arch> -G Ninja
|
||||
# 3. In the build directory, run the build system recipe.
|
||||
[~/composable_kernel/build] ninja tile_example_fmha_fwd
|
||||
|
||||
Reference in New Issue
Block a user