================
@@ -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