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
c3b406d6
"...composable_kernel.git" did not exist on "c9a8e558902ca3e045fecd3eec3c9ac2d33ed3b0"
Commit
c3b406d6
authored
Sep 19, 2024
by
danyao12
Browse files
clang-format
parent
5ab137f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
example/ck_tile/01_fmha/fmha_bwd.cpp
example/ck_tile/01_fmha/fmha_bwd.cpp
+3
-1
No files found.
example/ck_tile/01_fmha/fmha_bwd.cpp
View file @
c3b406d6
...
@@ -93,7 +93,9 @@ auto create_args(int argc, char* argv[])
...
@@ -93,7 +93,9 @@ auto create_args(int argc, char* argv[])
"if set to 1 will use multi-buffer reduction strategy for dq, atomic opeartion "
"if set to 1 will use multi-buffer reduction strategy for dq, atomic opeartion "
"will not be used"
)
"will not be used"
)
.
insert
(
"ext_asm"
,
"0"
,
"if set to 1, some cases will call the ext asm dqdkdv kernel"
)
.
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, atomic fp16/bf16 is used when calling the ext asm dqdkdv kernel"
);
.
insert
(
"asm_atomic_fp32"
,
"1"
,
"if set to 0, atomic fp16/bf16 is used when calling the ext asm dqdkdv kernel"
);
bool
result
=
arg_parser
.
parse
(
argc
,
argv
);
bool
result
=
arg_parser
.
parse
(
argc
,
argv
);
return
std
::
make_tuple
(
result
,
arg_parser
);
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