diff --git a/example/ck_tile/01_fmha/README.md b/example/ck_tile/01_fmha/README.md index 42756a8619..a77d7e6be3 100644 --- a/example/ck_tile/01_fmha/README.md +++ b/example/ck_tile/01_fmha/README.md @@ -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 with the gfx architectures string. [~/composable_kernel/build] ../script/cmake-ck-dev.sh .. -G Ninja # 3. In the build directory, run the build system recipe. [~/composable_kernel/build] ninja tile_example_fmha_fwd