Skip to content

Commit

Permalink
init (apache#7943)
Browse files Browse the repository at this point in the history
  • Loading branch information
hgt312 authored and trevor-m committed May 11, 2021
1 parent 30edeeb commit 7c177f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/te/autodiff/ad_simplify.cc
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ class EliminateDivModMutator : public ExprMutator {
}
}

return truncdiv(VisitExpr(op->a), VisitExpr(op->b));
return div(VisitExpr(op->a), VisitExpr(op->b));
}

virtual PrimExpr VisitExpr_(const ModNode* op) {
Expand Down

0 comments on commit 7c177f3

Please sign in to comment.