[Mlir-commits] [mlir] [MLIR][NVVM] Add support for f6x2 conversion (PR #136537)
Srinivasa Ravi
llvmlistbot at llvm.org
Wed Apr 23 23:23:40 PDT 2025
================
@@ -1290,6 +1295,23 @@ llvm::Intrinsic::ID CvtFloatToTF32Op::getIntrinsicID(NVVM::FPRoundingMode rnd,
}
}
+#define CVT_TO_F6X2_ID_IMPL(type, relu, relu_str) \
+ relu ? llvm::Intrinsic::nvvm_ff_to_##type##_rn##relu_str##_satfinite \
+ : llvm::Intrinsic::nvvm_ff_to_##type##_rn_satfinite
----------------
Wolfram70 wrote:
Fixed.
https://github.com/llvm/llvm-project/pull/136537
More information about the Mlir-commits
mailing list