From a464269bb67b9990f3b7284d5f1417c1714ee956 Mon Sep 17 00:00:00 2001 From: Qianfeng Zhang Date: Mon, 27 Oct 2025 10:36:15 +0000 Subject: [PATCH] Fix in the comments --- .../ck_tile/18_hstu_attention/hstu_attention_fwd_pipeline.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/ck_tile/18_hstu_attention/hstu_attention_fwd_pipeline.hpp b/example/ck_tile/18_hstu_attention/hstu_attention_fwd_pipeline.hpp index 345b1bb68f..5b70d044f2 100644 --- a/example/ck_tile/18_hstu_attention/hstu_attention_fwd_pipeline.hpp +++ b/example/ck_tile/18_hstu_attention/hstu_attention_fwd_pipeline.hpp @@ -595,7 +595,7 @@ struct HstuAttentionFwdPipelineQRKSVS static_for<0, k1_loops, 1>{}( [&](auto i_k1) { shuffle_tile(v_shuffled_tiles[i_k1], v_tiles[i_k1]); }); - // check whether first V-LdsBufer overlap with next K-LdsBuffer, + // check whether first V-LdsBufer overlap with last K-LdsBuffer, // this does not occur when k1_loops == 2 and NumKVLdsBuffers == 4 if constexpr((k1_loops - 1) % NumKVLdsBuffers == 2 % NumKVLdsBuffers) {