Skip to content

Commit eff6cac

Browse files
CVS-175734- [OVEP GPU] add GQA in support list for GPU backend (#830)
* support GQA on GPU * remove CPU/NPU support Co-authored-by: MayureshV1 <[email protected]>
1 parent 6d41065 commit eff6cac

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
@@ -96,6 +96,7 @@ std::vector<SupportedOp> supported_op_mode = {
9696
{"Atanh", V_2020_4, {"CPU"}},
9797
{"Atanh", V_2022_1, {"GPU"}},
9898
{"Attention", V_2023_0, {"CPU", "GPU"}},
99+
{"GroupQueryAttention", V_2025_1, {"GPU"}},
99100
{"AveragePool", V_2020_4, {"CPU", "GPU"}},
100101
{"BatchNormalization", V_2020_4, {"CPU", "GPU"}},
101102
{"BiasGelu", V_2023_0, {"CPU", "GPU"}},

0 commit comments

Comments
 (0)