File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
mlir/lib/Dialect/LLVMIR/IR Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1939,14 +1939,13 @@ NVVM::IIDArgsWithTypes Tcgen05CommitOp::getIIDAndArgsWithTypes(
1939
1939
: TCGEN05_CP_IMPL(shape_mc, src_fmt, _cg1)
1940
1940
1941
1941
#define GET_TCGEN05_CP_ID (shape_mc, src_fmt, is_2cta ) \
1942
- [&]() -> auto { \
1942
+ [&]() -> auto { \
1943
1943
if ((src_fmt) == Tcgen05CpSrcFormat::B6x16_P32) \
1944
1944
return TCGEN05_CP_2CTA (shape_mc, _b6x16_p32, is_2cta); \
1945
1945
if ((src_fmt) == Tcgen05CpSrcFormat::B4x16_P64) \
1946
1946
return TCGEN05_CP_2CTA (shape_mc, _b4x16_p64, is_2cta); \
1947
1947
return TCGEN05_CP_2CTA (shape_mc, , is_2cta); \
1948
- } \
1949
- ()
1948
+ }()
1950
1949
1951
1950
NVVM::IIDArgsWithTypes
1952
1951
Tcgen05CpOp::getIIDAndArgsWithTypes (Operation &op, LLVM::ModuleTranslation &mt,
You can’t perform that action at this time.
0 commit comments