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

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


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir-llvm

Author: Guray Ozen (grypp)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/193991.diff


1 Files Affected:

- (modified) mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td (+2-2) 


``````````diff
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)

``````````

</details>


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


More information about the Mlir-commits mailing list