[Mlir-commits] [mlir] [mlir][nvgpu] Add `nvgpu.rcp` OP (PR #100965)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Jul 29 06:25:37 PDT 2024


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

Thanks @joker-eph and @grypp , both of formats are good to me. Since most ops of nvgpu dialect have explicit result types, I personally think it is fine to follow this style.

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


More information about the Mlir-commits mailing list