From efb7ada2a66099c384dd6080041be7ddfbe84ed6 Mon Sep 17 00:00:00 2001 From: Tianxing Wu Date: Fri, 2 Jan 2026 14:28:16 +0200 Subject: [PATCH] Update example/ck_tile/42_unified_attention/README.md --- example/ck_tile/42_unified_attention/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/ck_tile/42_unified_attention/README.md b/example/ck_tile/42_unified_attention/README.md index 27cfdea23b..438ae1f9ce 100644 --- a/example/ck_tile/42_unified_attention/README.md +++ b/example/ck_tile/42_unified_attention/README.md @@ -3,7 +3,7 @@ This folder contains examples for unified attention (fused multi-head attention) using the ck_tile tile-programming implementation. The examples demonstrate the usage of the tile-programming API, as well as the new approach to constructing kernel templates and instantiating them. ## build -``` + # in the root of ck_tile mkdir build && cd build # you can replace with the appropriate architecture (for example gfx90a or gfx942) or leave it blank