[Mlir-commits] [mlir] 0642d03 - [MLIR][NVVM] Remove ptx version for consistency (#193991)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Fri Apr 24 08:15:27 PDT 2026


Author: Guray Ozen
Date: 2026-04-24T17:15:22+02:00
New Revision: 0642d03c76b3a084935f94869b8ab7508aa889fc

URL: https://github.com/llvm/llvm-project/commit/0642d03c76b3a084935f94869b8ab7508aa889fc
DIFF: https://github.com/llvm/llvm-project/commit/0642d03c76b3a084935f94869b8ab7508aa889fc.diff

LOG: [MLIR][NVVM] Remove ptx version for consistency (#193991)

Added: 
    

Modified: 
    mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td b/mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
index 9e94477c3a60a..5804cb7d40be3 100644
--- a/mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
+++ b/mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
@@ -531,8 +531,8 @@ def NVVM_SinOp : NVVM_SingleResultIntrinsicOp<"sin",
   let summary = "Sine (fast approximation)";
   let description = [{
     Computes a fast approximation of the sine of the input value (in radians).
-    Lowers to PTX `sin.approx{.ftz}.f32`. The `ftz` attribute, when set,
-    flushes subnormal inputs and results to sign-preserving zero.
+    The `ftz` attribute, when set, flushes subnormal inputs and results to 
+    sign-preserving zero.
 
     For more information, see PTX ISA:
     [sin](https://docs.nvidia.com/cuda/parallel-thread-execution/#floating-point-instructions-sin)


        


More information about the Mlir-commits mailing list