Skip to content

Commit

Permalink
Add Greater Op to dimension check (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
rayngun authored and ankitm3k committed Feb 13, 2025
1 parent 4cdfc77 commit 781f620
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ void DataOps::populate_op_mode_supported() {
no_dimension_supported_.push_back({"Expand", V_2024_3, {"CPU", "GPU"}});
no_dimension_supported_.push_back({"Floor", V_2020_4, {"All"}});
no_dimension_supported_.push_back({"Gather", V_2020_4, {"All"}});
no_dimension_supported_.push_back({"Greater", V_2024_4, {"All"}});
no_dimension_supported_.push_back({"Identity", V_2023_0, {"All"}});
no_dimension_supported_.push_back({"If", V_2022_3, {"CPU", "GPU"}});
no_dimension_supported_.push_back({"Less", V_2022_1, {"CPU"}});
Expand Down

0 comments on commit 781f620

Please sign in to comment.