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
36e65bdc
Commit
36e65bdc
authored
Sep 23, 2024
by
danyao12
Browse files
clang-format
parent
2463a221
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
example/ck_tile/01_fmha/fmha_bwd.cpp
example/ck_tile/01_fmha/fmha_bwd.cpp
+7
-4
No files found.
example/ck_tile/01_fmha/fmha_bwd.cpp
View file @
36e65bdc
...
...
@@ -93,10 +93,13 @@ auto create_args(int argc, char* argv[])
"if set to 1 will use multi-buffer reduction strategy for dq, atomic opeartion "
"will not be used"
)
.
insert
(
"ext_asm"
,
"0"
,
"if set to 1, some cases will call the ext asm dqdkdv kernel"
)
.
insert
(
"asm_atomic_fp32"
,
"1"
,
"if set to 0 will use atomic fp16/bf16(w/o convert_dq kernel) when ext_asm is set to 1"
)
.
insert
(
"asm_no_coex"
,
"0"
,
"if set to 1 will use non-coexectuion kernel when ext_asm is set to 1"
);
.
insert
(
"asm_atomic_fp32"
,
"1"
,
"if set to 0 will use atomic fp16/bf16(w/o convert_dq kernel) when ext_asm is set to 1"
)
.
insert
(
"asm_no_coex"
,
"0"
,
"if set to 1 will use non-coexectuion kernel when ext_asm is set to 1"
);
bool
result
=
arg_parser
.
parse
(
argc
,
argv
);
return
std
::
make_tuple
(
result
,
arg_parser
);
...
...
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