[Mlir-commits] [mlir] [MLIR][AMDGPU] Add support for fp8 ops on gfx12 (PR #106388)

Giuseppe Rossini llvmlistbot at llvm.org
Thu Aug 29 02:49:39 PDT 2024


================
@@ -385,6 +385,7 @@ static void wmmaPushInputOperand(ConversionPatternRewriter &rewriter,
                                  Location loc,
                                  const TypeConverter *typeConverter,
                                  bool isUnsigned, Value llvmInput,
+                                 Value mlirInput,
----------------
giuseros wrote:

I added a comment to clarify this, PTAL

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


More information about the Mlir-commits mailing list