[clang-tools-extra] [MLIR][NVGPU] Introduce `nvgpu.wargroup.mma.store` Op for Hopper GPUs (PR #65441)

via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 4 07:20:41 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 cfe-commits mailing list