From 7d1d0565d9b219a5cda73cc6c100f7bb1af0842f Mon Sep 17 00:00:00 2001 From: Max Podkorytov <4273004+tenpercent@users.noreply.github.com> Date: Sat, 18 Oct 2025 04:38:41 +0000 Subject: [PATCH] refine [ROCm/composable_kernel commit: ff6efa2fb17db0266b0ff2fa531ffc9fad31b0cc] --- example/ck_tile/01_fmha/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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