[Mlir-commits] [mlir] [AMDGPU] Implement amdgpu.dot op (PR #193371)

Krzysztof Drewniak llvmlistbot at llvm.org
Tue Apr 21 23:58:38 PDT 2026


================
@@ -1091,6 +1091,63 @@ def AMDGPU_WMMAOp :
   let hasVerifier = 1;
 }
 
+def DotInTypes : AnyTypeOf<[VectorOfLengthAndType<[2], [F16, BF16, I16]>,
+                            VectorOfLengthAndType<[4], [I8, F8E4M3FN, F8E5M2]>,
----------------
krzysz00 wrote:

On CDNA3 this'll be the FNUZ variant (if the instructions being targeted exist there)

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


More information about the Mlir-commits mailing list