[Mlir-commits] [mlir] [MLIR][NVVM] Add support for f6x2 conversion (PR #136537)

Srinivasa Ravi llvmlistbot at llvm.org
Wed Apr 23 00:14:13 PDT 2025


================
@@ -133,6 +134,33 @@ LogicalResult CvtFloatToTF32Op::verify() {
   return success();
 }
 
+bool CvtToF6x2Op::isPacked() {
+  if (getDst().getType().isInteger(16)) {
+    return true;
+  }
+  return false;
----------------
Wolfram70 wrote:

fixed

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


More information about the Mlir-commits mailing list