Skip to content

Commit

Permalink
Update orttraining/orttraining/core/optimizer/compute_optimizer/paddi…
Browse files Browse the repository at this point in the history
…ng_elimination.cc
  • Loading branch information
skottmckay authored Sep 5, 2024
1 parent 019b4af commit 17e8d5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ void IterateSubgraphFromNode(Graph& graph,
PushAllOutputNode(graph, to_visit, cur, visited);
} else if (graph_utils::IsSupportedOptypeVersionAndDomain(*cur, "Cast", {9, 13}) ||
graph_utils::IsSupportedOptypeVersionAndDomain(*cur, "FastGelu", {1}, kMSDomain) ||
graph_utils::IsSupportedOptypeVersionAndDomain(*cur, "Gelu", {1, 20}) ||
graph_utils::IsSupportedOptypeVersionAndDomain(*cur, "Gelu", {20}) ||
graph_utils::IsSupportedOptypeVersionAndDomain(*cur, "Gelu", {1}, kMSDomain) ||
graph_utils::IsSupportedOptypeVersionAndDomain(*cur, "QuickGelu", {1}, kMSDomain) ||
graph_utils::IsSupportedOptypeVersionAndDomain(*cur, "Sqrt", {6, 13})) {
Expand Down

0 comments on commit 17e8d5c

Please sign in to comment.