We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65bd33 commit 0221a41Copy full SHA for 0221a41
src/enzyme_ad/jax/Passes/ArithRaising.cpp
@@ -120,6 +120,8 @@ struct ArithRaisingPass
120
RAISE_UNARY(math::CbrtOp, stablehlo::CbrtOp, mhlo::CbrtOp);
121
RAISE_UNARY(math::AbsFOp, stablehlo::AbsOp, mhlo::AbsOp);
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(arith::NegFOp, stablehlo::NegOp, mhlo::NegOp);
126
127
#undef RAISE_UNARY
0 commit comments