Skip to content

Commit

Permalink
update: Update MSFT Contrib Ops from OV
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitm3k committed Dec 11, 2024
1 parent 8d79f90 commit aa4418a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions onnxruntime/core/providers/openvino/ov_versions/data_ops.cc
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,10 @@ std::vector<SupportedOp> supported_op_mode = {
{"Atan", V_2020_4, {"CPU", "GPU"}},
{"Atanh", V_2020_4, {"CPU"}},
{"Atanh", V_2022_1, {"GPU"}},
{"Attention", V_2024_5, {"CPU","GPU","NPU"}},
{"AveragePool", V_2020_4, {"CPU", "GPU"}},
{"BatchNormalization", V_2020_4, {"CPU", "GPU"}},
{"BiasGelu", V_2024_5, {"CPU","GPU","NPU"}},
{"BitShift", V_2022_1, {"CPU"}},
{"Cast", V_2020_4, {"CPU", "GPU"}},
{"CastLike", V_2023_1, {"CPU", "GPU"}},
Expand All @@ -123,6 +125,7 @@ std::vector<SupportedOp> supported_op_mode = {
{"Dropout", V_2020_4, {"CPU", "GPU"}},
{"Elu", V_2020_4, {"CPU", "GPU"}},
{"Einsum", V_2023_1, {"CPU", "GPU"}},
{"EmbedLayerNormalization", V_2024_5, {"CPU","GPU","NPU"}},
{"EPContext", V_2024_0, {"CPU", "GPU", "NPU"}},
{"Equal", V_2020_4, {"CPU", "GPU"}},
{"Erf", V_2020_4, {"CPU", "GPU"}},
Expand All @@ -131,6 +134,9 @@ std::vector<SupportedOp> supported_op_mode = {
{"EyeLike", V_2022_1, {"CPU"}},
{"Flatten", V_2020_4, {"CPU", "GPU"}},
{"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 @@ -164,6 +170,7 @@ std::vector<SupportedOp> supported_op_mode = {
{"LSTM", V_2020_4, {"CPU", "GPU"}},
{"MatMul", V_2020_4, {"CPU", "GPU"}},
{"MatMulInteger", V_2022_1, {"CPU"}},
{"MatMulNBits", V_2024_5, {"CPU","GPU","NPU"}},
{"Max", V_2020_4, {"CPU", "GPU"}},
{"MaxPool", V_2020_4, {"CPU", "GPU"}},
{"Mean", V_2020_4, {"CPU", "GPU"}},
Expand All @@ -184,6 +191,7 @@ 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 @@ -219,9 +227,12 @@ 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 aa4418a

Please sign in to comment.