[Mlir-commits] [mlir] [MLIR][NVVM] Add rsqrt Op (PR #195854)

Guray Ozen llvmlistbot at llvm.org
Fri May 8 02:09:05 PDT 2026


================
@@ -578,6 +578,30 @@ def NVVM_Ex2Op : NVVM_F32UnaryApproxOp<"ex2"> {
   }];
 }
 
+def NVVM_RsqrtApproxOp
----------------
grypp wrote:

We need a resolution on naming here. Ex2/Log2 are approx but name is not, and ptx is. We should have consistent names imho 

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


More information about the Mlir-commits mailing list