We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
complex.rsqrt
1 parent 1810c60 commit 971e1a0Copy full SHA for 971e1a0
1 file changed
enzyme/Enzyme/MLIR/Implementations/ComplexDerivatives.td
@@ -55,7 +55,7 @@ def : MLIRDerivative<"complex", "RsqrtOp", (Op $x),
55
[
56
(ComplexPow
57
(DiffeRet),
58
- (ConstantFP<"-1.5", "complex", "ConstantOp", "mlir::ArrayAttr">)
+ (ConstantFP<"-1.5", "complex", "ConstantOp">)
59
)
60
]
61
>;
0 commit comments