mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-17 17:19:12 +00:00
do{}while() -> while(){}
This commit is contained in:
@@ -533,7 +533,7 @@ struct BlockFmhaBwdDQDKDVPipelineKRKTRVR
|
||||
|
||||
__builtin_amdgcn_sched_barrier(0);
|
||||
// Hot loop
|
||||
do
|
||||
while(i_total_loops < (num_total_loop - 1))
|
||||
{
|
||||
// STAGE 1, Q@K Gemm0
|
||||
auto st_acc = SPTBlockTileType{};
|
||||
@@ -799,7 +799,7 @@ struct BlockFmhaBwdDQDKDVPipelineKRKTRVR
|
||||
|
||||
i_total_loops += 1;
|
||||
seqlen_q_step += kM0;
|
||||
} while(i_total_loops < (num_total_loop - 1));
|
||||
}
|
||||
__builtin_amdgcn_sched_barrier(0);
|
||||
|
||||
// Tail
|
||||
|
||||
Reference in New Issue
Block a user