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) {