@@ -64,6 +64,7 @@ def copy_fn(x):
64
64
example_inputs = tuple (copy_fn (x ) for x in example_inputs )
65
65
66
66
torch ._dynamo .reset ()
67
+ torch ._inductor .metrics .reset ()
67
68
68
69
called = False
69
70
@@ -123,7 +124,6 @@ def run(*ex, **kwargs):
123
124
"test_expand_dynamic_shapes" : TestFailure (("cpu" ,)),
124
125
"test_glu_dynamic_shapes" : TestFailure (("cpu" ,)),
125
126
"test_isinf2_dynamic_shapes" : TestFailure (("cpu" ,)),
126
- "test_layer_norm_dynamic_shapes" : TestFailure ("cuda" ),
127
127
"test_linspace1_dynamic_shapes" : TestFailure (("cpu" ,)),
128
128
"test_reflection_pad2d_backward_dynamic_shapes" : TestFailure (("cpu" ,)),
129
129
"test_reflection_pad2d_dynamic_shapes" : TestFailure (("cpu" ,)),
@@ -205,7 +205,6 @@ def run(*ex, **kwargs):
205
205
"test_cat_of_loops_and_extern_kernel_dynamic_shapes" : TestFailure (
206
206
("cpu" , "cuda" ), is_skip = True
207
207
),
208
- "test_cauchy_dynamic_shapes" : TestFailure (("cpu" , "cuda" ), is_skip = True ),
209
208
"test_scaled_dot_product_efficient_attention_dynamic_shapes" : TestFailure (
210
209
("cpu" , "cuda" ), is_skip = True
211
210
),
@@ -220,7 +219,6 @@ def run(*ex, **kwargs):
220
219
("cpu" , "cuda" ), is_skip = True
221
220
),
222
221
"test_gather2_dynamic_shapes" : TestFailure (("cpu" , "cuda" ), is_skip = True ),
223
- "test_gather_scatter_dynamic_shapes" : TestFailure (("cpu" , "cuda" ), is_skip = True ),
224
222
"test_inplace_add_dynamic_shapes" : TestFailure (("cpu" , "cuda" ), is_skip = True ),
225
223
"test_inplace_mixed_dtype_ops_dynamic_shapes" : TestFailure (
226
224
("cpu" , "cuda" ), is_skip = True
@@ -241,7 +239,6 @@ def run(*ex, **kwargs):
241
239
("cpu" , "cuda" ), is_skip = True
242
240
),
243
241
"test_min_max_reduction_dynamic_shapes" : TestFailure (("cpu" , "cuda" ), is_skip = True ),
244
- "test_move_arange_dynamic_shapes" : TestFailure (("cpu" , "cuda" ), is_skip = True ),
245
242
"test_multi_gpu_recompile_on_index_dynamic_shapes" : TestFailure (
246
243
("cpu" , "cuda" ), is_skip = True
247
244
),
@@ -253,23 +250,12 @@ def run(*ex, **kwargs):
253
250
"test_rand_like_deterministic_dynamic_shapes" : TestFailure (
254
251
("cpu" , "cuda" ), is_skip = True
255
252
),
256
- "test_scheduler_vertical_fusion1_dynamic_shapes" : TestFailure (
257
- ("cpu" , "cuda" ), is_skip = True
258
- ),
259
253
"test_slice_mutation2_dynamic_shapes" : TestFailure (("cpu" , "cuda" ), is_skip = True ),
260
- "test_softmax_one_kernel_loop_dynamic_shapes" : TestFailure (
261
- ("cpu" , "cuda" ), is_skip = True
262
- ),
263
- "test_softmax_one_kernel_persist_dynamic_shapes" : TestFailure (
264
- ("cpu" , "cuda" ), is_skip = True
265
- ),
266
254
"test_strided_inputs_dynamic_shapes" : TestFailure (("cpu" , "cuda" ), is_skip = True ),
267
- "test_transpose_add_dynamic_shapes" : TestFailure (("cpu" , "cuda" ), is_skip = True ),
268
255
"test_transposed_propagates_dynamic_shapes" : TestFailure (
269
256
("cpu" , "cuda" ), is_skip = True
270
257
),
271
258
"test_unspec_inputs_dynamic_shapes" : TestFailure (("cpu" , "cuda" ), is_skip = True ),
272
- "test_vertical_fusion1_dynamic_shapes" : TestFailure (("cpu" , "cuda" ), is_skip = True ),
273
259
"test_zero_dim_reductions_dynamic_shapes" : TestFailure (
274
260
("cpu" , "cuda" ), is_skip = True
275
261
),
0 commit comments