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

Guray Ozen llvmlistbot at llvm.org
Sun Jul 28 23:27:08 PDT 2024


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

Nit : In this dialect, we do not infer types. It is clearer to see the input and output directly in the IR. Otherwise, one would need to read TableGen or, even more challenging, the C++ implementation.

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


More information about the Mlir-commits mailing list