|
144 | 144 | "^test_resnet50", |
145 | 145 | "^test_shufflenet", |
146 | 146 | "^test_squeezenet", |
147 | | - // TODO: enable these tests when integrating with ONNX 1.14 for ORT 1.15 release |
148 | | - // "^test_averagepool_1d_default*", |
149 | | - // "^test_averagepool_2d_ceil*", |
150 | | - // "^test_averagepool_2d_default*", |
151 | | - // "^test_averagepool_2d_dilations*", |
152 | | - // "^test_averagepool_2d_pads_count_include_pad*", |
153 | | - // "^test_averagepool_2d_pads*", |
154 | | - // "^test_averagepool_2d_precomputed_pads_count_include_pad*", |
155 | | - // "^test_averagepool_2d_precomputed_pads*", |
156 | | - // "^test_averagepool_2d_precomputed_same_upper*", |
157 | | - // "^test_averagepool_2d_precomputed_strides*", |
158 | | - // "^test_averagepool_2d_same_lower*", |
159 | | - // "^test_averagepool_2d_same_upper*", |
160 | | - // "^test_averagepool_2d_strides*", |
161 | | - // "^test_averagepool_3d_default*", |
162 | 147 | "^test_constant_pad_axes*", |
163 | 148 | "^test_constant_pad*", |
164 | 149 | "^test_edge_pad*", |
|
196 | 181 | "^test_reshape_reordered_last_dims*", |
197 | 182 | "^test_reshape_zero_and_negative_dim*", |
198 | 183 | "^test_reshape_zero_dim*", |
199 | | - // TODO: fialures with Windows GPU CI Pipeline that are introduced with ONNX opset 19. Need to be fixed before ORT 1.15 release. |
200 | | - "^test_averagepool_*", |
| 184 | + // TODO: failures with Windows GPU CI Pipeline that are introduced with ONNX opset 19. Need to be fixed before ORT 1.15 release. |
201 | 185 | "^test_wrap_pad_cuda", |
202 | 186 | "^test_resize_downsample_scales_cubic_A_n0p5_exclude_outside_cuda", |
203 | 187 | "^test_resize_downsample_scales_cubic_antialias_cuda", |
|
333 | 317 | "current_failing_tests_DNNL": [ |
334 | 318 | "^test_range_float_type_positive_delta_expanded", |
335 | 319 | "^test_range_int32_type_negative_delta_expanded", |
336 | | - "^test_averagepool_2d_ceil", |
337 | 320 | "^test_maxpool_2d_ceil", |
338 | 321 | "^test_maxpool_2d_dilations", |
339 | 322 | "^test_maxpool_2d_uint8", |
|
0 commit comments