Skip to content

Commit 971e1a0

Browse files
committed
Revert "fix casting on complex.rsqrt derivative"
This reverts commit 1e7a1a1.
1 parent 1810c60 commit 971e1a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

enzyme/Enzyme/MLIR/Implementations/ComplexDerivatives.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def : MLIRDerivative<"complex", "RsqrtOp", (Op $x),
5555
[
5656
(ComplexPow
5757
(DiffeRet),
58-
(ConstantFP<"-1.5", "complex", "ConstantOp", "mlir::ArrayAttr">)
58+
(ConstantFP<"-1.5", "complex", "ConstantOp">)
5959
)
6060
]
6161
>;

0 commit comments

Comments
 (0)