[Mlir-commits] [mlir] [MLIR][NVVM] Add support for dp4a instructions (PR #139043)
Srinivasa Ravi
llvmlistbot at llvm.org
Thu May 8 03:27:02 PDT 2025
================
@@ -3444,6 +3444,54 @@ def NVVM_Tcgen05StOp : NVVM_Op<"tcgen05.st"> {
let hasVerifier = 1;
}
+//===----------------------------------------------------------------------===//
+// NVVM dp4a Op
+//===----------------------------------------------------------------------===//
+
+def NVVM_Dp4aOp : NVVM_Op<"dp4a"> {
----------------
Wolfram70 wrote:
Another name I was thinking of was something like `dp.accumulate.4way`. Does that sound like a better name?
https://github.com/llvm/llvm-project/pull/139043
More information about the Mlir-commits
mailing list