Skip to content

Commit

Permalink
add ops back to MklList for auto_mixed_precision; accidentally remove…
Browse files Browse the repository at this point in the history
…d in another PR
  • Loading branch information
gaurides committed Apr 18, 2024
1 parent 0219587 commit b9077f9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ class AutoMixedPrecisionListsMkl : public AutoMixedPrecisionLists {
"Log",
"Log1p",
"LogSoftmax",
"Mean",
"Prod",
"RealDiv",
"Reciprocal",
Expand All @@ -458,6 +459,7 @@ class AutoMixedPrecisionListsMkl : public AutoMixedPrecisionLists {
"Sqrt",
"Square",
"SquaredDifference",
"Sum",
"Tanh",
"TanhGrad"};
UpdateList("INFERLIST", &list);
Expand Down

0 comments on commit b9077f9

Please sign in to comment.