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

Mehdi Amini llvmlistbot at llvm.org
Mon Jul 29 09:44:23 PDT 2024


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

Consistency is important, so that's reasonable.

That said it's not a matter of majority: we can also see the nvgpu dialect as "not using the common upstream practices" and in need of an upgrade.

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


More information about the Mlir-commits mailing list