[Mlir-commits] [mlir] [MLIR][NVVM] Rename cvt Ops to convert (PR #140868)
Durgadoss R
llvmlistbot at llvm.org
Wed May 21 01:57:09 PDT 2025
================
@@ -1375,10 +1376,10 @@ llvm::Intrinsic::ID CvtF32x2ToF6x2Op::getIntrinsicID(NVVM::CVTFP6Type type,
has_relu ? llvm::Intrinsic::nvvm_ff_to_##type##_rn_relu \
: llvm::Intrinsic::nvvm_ff_to_##type##_rn
-llvm::Intrinsic::ID CvtF32x2ToF8x2Op::getIntrinsicID(NVVM::CVTFP8Type type,
- NVVM::FPRoundingMode rnd,
- NVVM::SaturationMode sat,
- bool hasRelu) {
+llvm::Intrinsic::ID
+ConvertF32x2ToF8x2Op::getIntrinsicID(NVVM::CVTFP8Type type,
----------------
durga4github wrote:
Shall we rename the type attrs also?
(I understand we want to get rid of them soon)
https://github.com/llvm/llvm-project/pull/140868
More information about the Mlir-commits
mailing list