From 74297016ea557763aa4f6cb07737f0d644fa6088 Mon Sep 17 00:00:00 2001 From: Tianxing Wu Date: Fri, 2 Jan 2026 14:29:33 +0200 Subject: [PATCH] Update example/ck_tile/42_unified_attention/README.md --- example/ck_tile/42_unified_attention/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/example/ck_tile/42_unified_attention/README.md b/example/ck_tile/42_unified_attention/README.md index aa8a996889..bcc10f7e65 100644 --- a/example/ck_tile/42_unified_attention/README.md +++ b/example/ck_tile/42_unified_attention/README.md @@ -13,6 +13,7 @@ make tile_example_unified_attention -j This will result in an executable `build/bin/tile_example_unified_attention` ## kernel + The kernel template is `unified_attention.hpp`, this is the grid-wise op in old ck_tile's terminology. We put it here purposely, to demonstrate one can construct a kernel by using various internal component from ck_tile. We may still have an implementation under ck_tile's include path (in the future) for the kernel template. There are 2 template parameters for this kernel template.