[Mlir-commits] [mlir] [NvGpu Dialect] add rcp approxe op (PR #100965)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sun Jul 28 23:33:16 PDT 2024


================
@@ -20,6 +20,7 @@
 #ifndef NVGPU
 #define NVGPU
 
+include "mlir/Interfaces/InferTypeOpInterface.td"
----------------
Observer007 wrote:

I want to check the input/output type of `rcp` are equal with `SameOperandsAndResultType`. So you suggested we'd better change to use verifier?

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


More information about the Mlir-commits mailing list