Skip to content

Commit 04310fc

Browse files
committed
fix format
1 parent 8e6b622 commit 04310fc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1939,14 +1939,13 @@ NVVM::IIDArgsWithTypes Tcgen05CommitOp::getIIDAndArgsWithTypes(
19391939
: TCGEN05_CP_IMPL(shape_mc, src_fmt, _cg1)
19401940

19411941
#define GET_TCGEN05_CP_ID(shape_mc, src_fmt, is_2cta) \
1942-
[&]() -> auto{ \
1942+
[&]() -> auto { \
19431943
if ((src_fmt) == Tcgen05CpSrcFormat::B6x16_P32) \
19441944
return TCGEN05_CP_2CTA(shape_mc, _b6x16_p32, is_2cta); \
19451945
if ((src_fmt) == Tcgen05CpSrcFormat::B4x16_P64) \
19461946
return TCGEN05_CP_2CTA(shape_mc, _b4x16_p64, is_2cta); \
19471947
return TCGEN05_CP_2CTA(shape_mc, , is_2cta); \
1948-
} \
1949-
()
1948+
}()
19501949

19511950
NVVM::IIDArgsWithTypes
19521951
Tcgen05CpOp::getIIDAndArgsWithTypes(Operation &op, LLVM::ModuleTranslation &mt,

0 commit comments

Comments
 (0)