From 4731c8e519b2be480cd24b4f04ccfc9b95371066 Mon Sep 17 00:00:00 2001 From: Qianfeng Zhang Date: Wed, 3 Dec 2025 09:28:15 +0000 Subject: [PATCH] Further clarification in using kSubQKHeaddim and kQKHeaddim --- example/ck_tile/18_hstu_attention/hstu_attention_fwd_kernel.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/ck_tile/18_hstu_attention/hstu_attention_fwd_kernel.hpp b/example/ck_tile/18_hstu_attention/hstu_attention_fwd_kernel.hpp index 324916bf77..c07e792b26 100644 --- a/example/ck_tile/18_hstu_attention/hstu_attention_fwd_kernel.hpp +++ b/example/ck_tile/18_hstu_attention/hstu_attention_fwd_kernel.hpp @@ -624,7 +624,7 @@ struct HstuAttentionFwdKernel make_tile_window(q_dram, [&]() { return make_tuple(number{}, - number{}); + number{}); }(), {i_m0, 0});