Skip to content

Commit 4986b48

Browse files
rayngunjatinwadhwa921ankitm3kn1harika
committed
Fix failing dimension check for MAX operation. (#566)
* Internal ci for PTL 1.1 (#523) * update: Update MSFT Contrib Ops in OVEP (#521) * update: Update MSFT Contrib Ops from OV * modified data_ops.cc to remove unsupported ops * disabled tests for EmbedLayerNormalisation and MatMulNBits --------- Co-authored-by: n1harika <[email protected]> * Add Max op to no_dimension_supported list --------- Co-authored-by: jatinwadhwa921 <[email protected]> Co-authored-by: Ankit Maheshkar <[email protected]> Co-authored-by: n1harika <[email protected]>
1 parent c573fff commit 4986b48

File tree

1 file changed

+1
-0
lines changed
  • onnxruntime/core/providers/openvino/ov_versions

1 file changed

+1
-0
lines changed

onnxruntime/core/providers/openvino/ov_versions/data_ops.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ void DataOps::populate_op_mode_supported() {
366366
no_dimension_supported_.push_back({"If", V_2022_3, {"CPU", "GPU"}});
367367
no_dimension_supported_.push_back({"Less", V_2022_1, {"CPU"}});
368368
no_dimension_supported_.push_back({"Loop", V_2021_4, {"All"}});
369+
no_dimension_supported_.push_back({"Max", V_2024_4, {"All"}});
369370
no_dimension_supported_.push_back({"Min", V_2020_4, {"All"}});
370371
no_dimension_supported_.push_back({"Mul", V_2020_4, {"All"}});
371372
no_dimension_supported_.push_back({"Neg", V_2023_0, {"CPU", "GPU"}});

0 commit comments

Comments
 (0)