We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a053b5 commit e5480b4Copy full SHA for e5480b4
src/enzyme_ad/jax/Passes/ArithRaising.cpp
@@ -122,6 +122,7 @@ struct ArithRaisingPass
122
RAISE_UNARY(math::IsFiniteOp, stablehlo::IsFiniteOp, mhlo::IsFiniteOp);
123
RAISE_UNARY(math::CeilOp, stablehlo::CeilOp, mhlo::CeilOp);
124
RAISE_UNARY(math::FloorOp, stablehlo::FloorOp, mhlo::FloorOp);
125
+ RAISE_UNARY(math::ErfOp, chlo::ErfOp, chlo::ErfOp);
126
RAISE_UNARY(arith::NegFOp, stablehlo::NegOp, mhlo::NegOp);
127
128
#undef RAISE_UNARY
0 commit comments