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

Srinivasa Ravi llvmlistbot at llvm.org
Wed Apr 23 00:15:09 PDT 2025


================
@@ -1290,6 +1318,23 @@ llvm::Intrinsic::ID CvtFloatToTF32Op::getIntrinsicID(NVVM::FPRoundingMode rnd,
   }
 }
 
+#define CVT_TO_F6X2_ID_IMPL(type, relu)                                        \
----------------
Wolfram70 wrote:

Updated the macro in the latest revision, thanks!

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


More information about the Mlir-commits mailing list