From c3b406d6e81ebd3c27a968c25cb5e589c8e4635e Mon Sep 17 00:00:00 2001 From: danyao12 Date: Thu, 19 Sep 2024 11:28:47 +0000 Subject: [PATCH] clang-format --- example/ck_tile/01_fmha/fmha_bwd.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/example/ck_tile/01_fmha/fmha_bwd.cpp b/example/ck_tile/01_fmha/fmha_bwd.cpp index 11d80a24cd..93902e96f8 100644 --- a/example/ck_tile/01_fmha/fmha_bwd.cpp +++ b/example/ck_tile/01_fmha/fmha_bwd.cpp @@ -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);