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

Guray Ozen llvmlistbot at llvm.org
Mon Jul 29 01:14:53 PDT 2024


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

What about `PredOpTrait`?

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


More information about the Mlir-commits mailing list