Skip to content

Commit

Permalink
modifications to data_ops.cc to remove unsupported ops
Browse files Browse the repository at this point in the history
  • Loading branch information
n1harika committed Jan 24, 2025
1 parent 562d1fc commit 8d43b06
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions onnxruntime/core/providers/openvino/ov_versions/data_ops.cc
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ std::vector<SupportedOp> supported_op_mode = {
{"Floor", V_2020_4, {"CPU", "GPU"}},
{"FusedConv", V_2024_5, {"CPU","GPU","NPU"}},
{"FusedGemm", V_2024_5, {"CPU","GPU","NPU"}},
{"FusedMatMul", V_2025_0, {"CPU","GPU","NPU"}},
{"Gather", V_2020_4, {"CPU", "GPU"}},
{"GatherElements", V_2022_2, {"CPU", "GPU"}},
{"GatherND", V_2021_4, {"CPU", "GPU"}},
Expand Down Expand Up @@ -191,7 +190,6 @@ std::vector<SupportedOp> supported_op_mode = {
{"PRelu", V_2020_4, {"CPU", "GPU"}},
{"QLinearMatMul", V_2022_3, {"CPU"}},
{"QuantizeLinear", V_2021_4, {"CPU", "GPU"}},
{"QuickGelu", V_2025_0, {"CPU","GPU","NPU"}},
{"RNN", V_2023_1, {"CPU", "GPU"}},
{"RandomNormalLike", V_2023_0, {"CPU", "GPU"}},
{"RandomNormalLike", V_2023_0, {"CPU", "GPU"}},
Expand Down Expand Up @@ -227,12 +225,10 @@ std::vector<SupportedOp> supported_op_mode = {
{"Sigmoid", V_2020_4, {"CPU", "GPU"}},
{"Sign", V_2020_4, {"CPU"}},
{"Sign", V_2022_1, {"GPU"}},
{"SimplifiedLayerNormalization", V_2025_0, {"CPU","GPU","NPU"}},
{"Sin", V_2022_1, {"CPU", "GPU"}},
{"Sinh", V_2020_4, {"CPU"}},
{"Size", V_2022_1, {"CPU", "GPU"}},
{"SkipLayerNormalization", V_2024_5, {"CPU","GPU","NPU"}},
{"SkipSimplifiedLayerNormalization", V_2025_0, {"CPU","GPU","NPU"}},
{"Slice", V_2020_4, {"CPU", "GPU"}},
{"Softmax", V_2020_4, {"CPU", "GPU"}},
{"Softplus", V_2022_1, {"CPU", "GPU"}},
Expand Down

0 comments on commit 8d43b06

Please sign in to comment.