[Mlir-commits] [mlir] [MLIR][NVGPU] Introduce `nvgpu.wargroup.mma.store` Op for Hopper GPUs (PR #65441)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Fri Sep 29 09:04:36 PDT 2023


================
@@ -451,6 +452,7 @@ struct ConvertNVGPUToNVVMPass
     populateNVGPUToNVVMConversionPatterns(converter, patterns);
     LLVMConversionTarget target(getContext());
     target.addLegalDialect<::mlir::LLVM::LLVMDialect>();
+    target.addLegalDialect<::mlir::arith::ArithDialect>();
----------------
qcolombet wrote:

I think that we miss a CMakeLists.txt change with this new dependency.
I would expect we'll need a `MLIRArithDialect` in the dependency list (and probably in the bazel config file too.)

https://github.com/llvm/llvm-project/pull/65441


More information about the Mlir-commits mailing list