Commit c3b406d6 authored by danyao12's avatar danyao12
Browse files

clang-format

parent 5ab137f4
......@@ -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);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment