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 9f5a890002..c458054010 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 @@ -481,10 +481,7 @@ struct HstuAttentionFwdPipelineQRKSVS // the over-lap only occurs when k1_loops is 3/5/7, NumVLdsBuffers is 2 if constexpr(Policy::template IsFirstKLdsBufferOverlapLastVLdsBuffer()) - { - __builtin_amdgcn_sched_barrier(0); __builtin_amdgcn_s_barrier(); - }; } while(++i_loop < num_loops); o_acc = tile_elementwise_in(o_acc_element_func, o_acc);