mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-29 11:16:59 +00:00
clang-format
This commit is contained in:
@@ -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 "
|
||||
"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, 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);
|
||||
return std::make_tuple(result, arg_parser);
|
||||
|
||||
Reference in New Issue
Block a user