Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel_ROCM
Commits
42a7240a
Commit
42a7240a
authored
Jul 20, 2024
by
danyao12
Browse files
do{}while() -> while(){}
parent
1d7099b6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/ck_tile/ops/fmha/pipeline/block_fmha_bwd_dq_dk_dv_pipeline_kr_ktr_vr.hpp
...a/pipeline/block_fmha_bwd_dq_dk_dv_pipeline_kr_ktr_vr.hpp
+2
-2
No files found.
include/ck_tile/ops/fmha/pipeline/block_fmha_bwd_dq_dk_dv_pipeline_kr_ktr_vr.hpp
View file @
42a7240a
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment