[Mlir-commits] [mlir] [mlir][nvgpu] add `nvgpu.rcp` op (PR #100965)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Jul 29 02:02:52 PDT 2024


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

Great, `PredOpTrait` and `SameOperandsAndResultShape` successfully solved my question. Thanks a lot.

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


More information about the Mlir-commits mailing list