[Mlir-commits] [mlir] [MLIR][AMDGPU] Add support for fp8 ops on gfx12 (PR #106388)
Jakub Kuderski
llvmlistbot at llvm.org
Wed Aug 28 10:40:44 PDT 2024
================
@@ -385,6 +385,7 @@ static void wmmaPushInputOperand(ConversionPatternRewriter &rewriter,
Location loc,
const TypeConverter *typeConverter,
bool isUnsigned, Value llvmInput,
+ Value mlirInput,
----------------
kuhar wrote:
This prefix is surprising to me, since this is mlir code and any input would be an mlir input...?
https://github.com/llvm/llvm-project/pull/106388
More information about the Mlir-commits
mailing list