Skip to content

Commit 52b93d2

Browse files
committed
[mlir][nvgpu] remove duplicated pattern (nfc)
Differential Revision: https://reviews.llvm.org/D158847
1 parent c783258 commit 52b93d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/lib/Conversion/NVGPUToNVVM/NVGPUToNVVM.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,6 @@ void mlir::populateNVGPUToNVVMConversionPatterns(LLVMTypeConverter &converter,
11371137
NVGPUTmaAsyncLoadOpLowering, // nvgpu.tma.async.load
11381138
NVGPUTmaCreateDescriptorOpLowering, // nvgpu.tma.create.descriptor
11391139
NVGPUMBarrierArriveExpectTxLowering, // nvgpu.mbarrier.arrive.expect_tx
1140-
NVGPUTmaAsyncLoadOpLowering, // nvgpu.tma.async.load
11411140
NVGPUGenerateGmmaDescriptorLowering, // nvgpu.wgmma.generate.descriptor
11421141
MmaSyncOptoNVVM, MmaLdMatrixOpToNVVM, NVGPUAsyncCopyLowering,
11431142
NVGPUAsyncCreateGroupLowering, NVGPUAsyncWaitLowering,

0 commit comments

Comments
 (0)