[Mlir-commits] [mlir] [mlir][AMDGPU] Add scaled floating point conversion ops fp8 (PR #141554)

Krzysztof Drewniak llvmlistbot at llvm.org
Tue Jun 10 09:09:53 PDT 2025


================
@@ -139,6 +171,36 @@ def AMDGPU_PackedTrunc2xFp8Op :
   let hasVerifier = 1;
 }
 
+def AMDGPU_PackedScaledTruncOp
+    : AMDGPU_Op<"packed_scaled_trunc", [Pure]>,
----------------
krzysz00 wrote:

That follows existing convention in the dialect

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


More information about the Mlir-commits mailing list