[Mlir-commits] [mlir] [MLIR][NVGPU] Introduce `nvgpu.wargroup.mma.store` Op for Hopper GPUs (PR #65441)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Oct 4 07:20:36 PDT 2023
================
@@ -5277,6 +5277,7 @@ cc_library(
":LLVMCommonConversion",
":LLVMDialect",
":MemRefDialect",
+ ":MLIRArithDialect",
----------------
qcolombet wrote:
I think we need a similar change in `mlir/lib/Conversion/NVGPUToNVVM/CMakeLists.txt`
https://github.com/llvm/llvm-project/pull/65441
More information about the Mlir-commits
mailing list