@@ -95,8 +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_2023_0, {" CPU" , " GPU" }},
98
99
{" AveragePool" , V_2020_4, {" CPU" , " GPU" }},
99
100
{" BatchNormalization" , V_2020_4, {" CPU" , " GPU" }},
101
+ {" BiasGelu" , V_2023_0, {" CPU" , " GPU" }},
100
102
{" BitShift" , V_2022_1, {" CPU" }},
101
103
{" Cast" , V_2020_4, {" CPU" , " GPU" }},
102
104
{" CastLike" , V_2023_1, {" CPU" , " GPU" }},
@@ -123,6 +125,7 @@ std::vector<SupportedOp> supported_op_mode = {
123
125
{" Dropout" , V_2020_4, {" CPU" , " GPU" }},
124
126
{" Elu" , V_2020_4, {" CPU" , " GPU" }},
125
127
{" Einsum" , V_2023_1, {" CPU" , " GPU" }},
128
+ {" EmbedLayerNormalization" , V_2024_5, {" CPU" , " GPU" }},
126
129
{" EPContext" , V_2024_0, {" CPU" , " GPU" , " NPU" }},
127
130
{" Equal" , V_2020_4, {" CPU" , " GPU" }},
128
131
{" Erf" , V_2020_4, {" CPU" , " GPU" }},
@@ -131,6 +134,8 @@ std::vector<SupportedOp> supported_op_mode = {
131
134
{" EyeLike" , V_2022_1, {" CPU" }},
132
135
{" Flatten" , V_2020_4, {" CPU" , " GPU" }},
133
136
{" Floor" , V_2020_4, {" CPU" , " GPU" }},
137
+ {" FusedConv" , V_2023_0, {" CPU" , " GPU" }},
138
+ {" FusedGemm" , V_2023_0, {" CPU" , " GPU" }},
134
139
{" Gather" , V_2020_4, {" CPU" , " GPU" }},
135
140
{" GatherElements" , V_2022_2, {" CPU" , " GPU" }},
136
141
{" GatherND" , V_2021_4, {" CPU" , " GPU" }},
@@ -164,6 +169,7 @@ std::vector<SupportedOp> supported_op_mode = {
164
169
{" LSTM" , V_2020_4, {" CPU" , " GPU" }},
165
170
{" MatMul" , V_2020_4, {" CPU" , " GPU" }},
166
171
{" MatMulInteger" , V_2022_1, {" CPU" }},
172
+ {" MatMulNBits" , V_2024_5, {" CPU" , " GPU" }},
167
173
{" Max" , V_2020_4, {" CPU" , " GPU" }},
168
174
{" MaxPool" , V_2020_4, {" CPU" , " GPU" }},
169
175
{" Mean" , V_2020_4, {" CPU" , " GPU" }},
@@ -222,6 +228,7 @@ std::vector<SupportedOp> supported_op_mode = {
222
228
{" Sin" , V_2022_1, {" CPU" , " GPU" }},
223
229
{" Sinh" , V_2020_4, {" CPU" }},
224
230
{" Size" , V_2022_1, {" CPU" , " GPU" }},
231
+ {" SkipLayerNormalization" , V_2024_5, {" CPU" , " GPU" }},
225
232
{" Slice" , V_2020_4, {" CPU" , " GPU" }},
226
233
{" Softmax" , V_2020_4, {" CPU" , " GPU" }},
227
234
{" Softplus" , V_2022_1, {" CPU" , " GPU" }},
0 commit comments