Skip to content

Commit

Permalink
fix_exponential_op
Browse files Browse the repository at this point in the history
  • Loading branch information
xingmingyyj committed Oct 16, 2023
1 parent 72b2232 commit 0bf972d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paddle/fluid/pir/dialect/operator/utils/utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const std::unordered_set<std::string> LegacyOpList = {
"pd_op.c_sync_calc_stream_",
"pd_op.c_sync_comm_stream_",
"pd_op.dpsgd",
"pd_op.exponential",
"pd_op.send_v2",
"pd_op.recv_v2",
"pd_op.c_allreduce_sum",
Expand Down

0 comments on commit 0bf972d

Please sign in to comment.