Skip to content

Commit

Permalink
Fix failing dimension check for MAX operation.
Browse files Browse the repository at this point in the history
  • Loading branch information
rayngun committed Feb 4, 2025
1 parent 48f060b commit 117ff0f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ void DataOps::populate_op_mode_supported() {
no_dimension_supported_.push_back({"If", V_2022_3, {"CPU", "GPU"}});
no_dimension_supported_.push_back({"Less", V_2022_1, {"CPU"}});
no_dimension_supported_.push_back({"Loop", V_2021_4, {"All"}});
no_dimension_supported_.push_back({"Max", V_2024_4, {"All"}});
no_dimension_supported_.push_back({"Min", V_2020_4, {"All"}});
no_dimension_supported_.push_back({"Mul", V_2020_4, {"All"}});
no_dimension_supported_.push_back({"Neg", V_2023_0, {"CPU", "GPU"}});
Expand Down

0 comments on commit 117ff0f

Please sign in to comment.