@@ -95,10 +95,10 @@ std::vector<SupportedOp> supported_op_mode = {
95
95
{" Atan" , V_2020_4, {" CPU" , " GPU" }},
96
96
{" Atanh" , V_2020_4, {" CPU" }},
97
97
{" Atanh" , V_2022_1, {" GPU" }},
98
- {" Attention" , V_2024_5 , {" CPU" ," GPU" , " NPU " }},
98
+ {" Attention" , V_2023_0 , {" CPU" ," GPU" }},
99
99
{" AveragePool" , V_2020_4, {" CPU" , " GPU" }},
100
100
{" BatchNormalization" , V_2020_4, {" CPU" , " GPU" }},
101
- {" BiasGelu" , V_2024_5 , {" CPU" ," GPU" , " NPU " }},
101
+ {" BiasGelu" , V_2023_0 , {" CPU" ," GPU" }},
102
102
{" BitShift" , V_2022_1, {" CPU" }},
103
103
{" Cast" , V_2020_4, {" CPU" , " GPU" }},
104
104
{" CastLike" , V_2023_1, {" CPU" , " GPU" }},
@@ -125,7 +125,7 @@ std::vector<SupportedOp> supported_op_mode = {
125
125
{" Dropout" , V_2020_4, {" CPU" , " GPU" }},
126
126
{" Elu" , V_2020_4, {" CPU" , " GPU" }},
127
127
{" Einsum" , V_2023_1, {" CPU" , " GPU" }},
128
- {" EmbedLayerNormalization" , V_2024_5, {" CPU" ," GPU" , " NPU " }},
128
+ {" EmbedLayerNormalization" , V_2024_5, {" CPU" ," GPU" }},
129
129
{" EPContext" , V_2024_0, {" CPU" , " GPU" , " NPU" }},
130
130
{" Equal" , V_2020_4, {" CPU" , " GPU" }},
131
131
{" Erf" , V_2020_4, {" CPU" , " GPU" }},
@@ -134,9 +134,8 @@ std::vector<SupportedOp> supported_op_mode = {
134
134
{" EyeLike" , V_2022_1, {" CPU" }},
135
135
{" Flatten" , V_2020_4, {" CPU" , " GPU" }},
136
136
{" Floor" , V_2020_4, {" CPU" , " GPU" }},
137
- {" FusedConv" , V_2024_5, {" CPU" ," GPU" ," NPU" }},
138
- {" FusedGemm" , V_2024_5, {" CPU" ," GPU" ," NPU" }},
139
- {" FusedMatMul" , V_2025_0, {" CPU" ," GPU" ," NPU" }},
137
+ {" FusedConv" , V_2023_0, {" CPU" ," GPU" }},
138
+ {" FusedGemm" , V_2023_0, {" CPU" ," GPU" }},
140
139
{" Gather" , V_2020_4, {" CPU" , " GPU" }},
141
140
{" GatherElements" , V_2022_2, {" CPU" , " GPU" }},
142
141
{" GatherND" , V_2021_4, {" CPU" , " GPU" }},
@@ -170,7 +169,7 @@ std::vector<SupportedOp> supported_op_mode = {
170
169
{" LSTM" , V_2020_4, {" CPU" , " GPU" }},
171
170
{" MatMul" , V_2020_4, {" CPU" , " GPU" }},
172
171
{" MatMulInteger" , V_2022_1, {" CPU" }},
173
- {" MatMulNBits" , V_2024_5, {" CPU" ," GPU" , " NPU " }},
172
+ {" MatMulNBits" , V_2024_5, {" CPU" ," GPU" }},
174
173
{" Max" , V_2020_4, {" CPU" , " GPU" }},
175
174
{" MaxPool" , V_2020_4, {" CPU" , " GPU" }},
176
175
{" Mean" , V_2020_4, {" CPU" , " GPU" }},
@@ -191,7 +190,6 @@ std::vector<SupportedOp> supported_op_mode = {
191
190
{" PRelu" , V_2020_4, {" CPU" , " GPU" }},
192
191
{" QLinearMatMul" , V_2022_3, {" CPU" }},
193
192
{" QuantizeLinear" , V_2021_4, {" CPU" , " GPU" }},
194
- {" QuickGelu" , V_2025_0, {" CPU" ," GPU" ," NPU" }},
195
193
{" RNN" , V_2023_1, {" CPU" , " GPU" }},
196
194
{" RandomNormalLike" , V_2023_0, {" CPU" , " GPU" }},
197
195
{" RandomNormalLike" , V_2023_0, {" CPU" , " GPU" }},
@@ -227,12 +225,10 @@ std::vector<SupportedOp> supported_op_mode = {
227
225
{" Sigmoid" , V_2020_4, {" CPU" , " GPU" }},
228
226
{" Sign" , V_2020_4, {" CPU" }},
229
227
{" Sign" , V_2022_1, {" GPU" }},
230
- {" SimplifiedLayerNormalization" , V_2025_0, {" CPU" ," GPU" ," NPU" }},
231
228
{" Sin" , V_2022_1, {" CPU" , " GPU" }},
232
229
{" Sinh" , V_2020_4, {" CPU" }},
233
230
{" Size" , V_2022_1, {" CPU" , " GPU" }},
234
- {" SkipLayerNormalization" , V_2024_5, {" CPU" ," GPU" ," NPU" }},
235
- {" SkipSimplifiedLayerNormalization" , V_2025_0, {" CPU" ," GPU" ," NPU" }},
231
+ {" SkipLayerNormalization" , V_2024_5, {" CPU" ," GPU" }},
236
232
{" Slice" , V_2020_4, {" CPU" , " GPU" }},
237
233
{" Softmax" , V_2020_4, {" CPU" , " GPU" }},
238
234
{" Softplus" , V_2022_1, {" CPU" , " GPU" }},
0 commit comments