@@ -446,12 +446,6 @@ outputs:
446446 {% set skips = skips ~ " or test_addbmm or test_baddbmm or test_bmm" %} # [aarch64]
447447 # doesn't crash, but gets different result on aarch + CUDA
448448 {% set skips = skips ~ " or illcondition_matrix_input_should_not_crash_cpu" %} # [aarch64 and cuda_compiler_version != "None"]
449- # may crash spuriously
450- {% set skips = skips ~ " or (TestAutograd and test_profiler_seq_nr)" %}
451- {% set skips = skips ~ " or (TestAutograd and test_profiler_propagation)" %}
452- # tests that fail due to resource clean-up issues (non-unique temporary libraries), see
453- # https://github.com/conda-forge/pytorch-cpu-feedstock/pull/318#issuecomment-2620080859
454- {% set skips = skips ~ " or test_mutable_custom_op_fixed_layout" %}
455449 # trivial accuracy problems
456450 {% set skips = skips ~ " or test_BCELoss_weights_no_reduce_cuda" %} # [linux and cuda_compiler_version != "None"]
457451 {% set skips = skips ~ " or test_ctc_loss_cudnn_tensor_cuda" %} # [linux and cuda_compiler_version != "None"]
@@ -483,24 +477,6 @@ outputs:
483477 {% set skips = skips ~ " or (TestLinalgCPU and test_inverse_errors_large_cpu)" %} # [linux and blas_impl == "mkl" and cuda_compiler_version != "None"]
484478 # non-MKL problems
485479 {% set skips = skips ~ " or test_gather_scatter_cpu or test_index_put2_cpu" %} # [linux and blas_impl != "mkl" and cuda_compiler_version != "None"]
486- # these tests are failing with low -n values
487- {% set skips = skips ~ " or test_base_does_not_require_grad_mode_nothing" %}
488- {% set skips = skips ~ " or test_base_does_not_require_grad_mode_warn" %}
489- {% set skips = skips ~ " or test_composite_registered_to_cpu_mode_nothing" %}
490- # these tests are failing on windows
491- {% set skips = skips ~ " or (TestMkldnnCPU and test_batch_norm_2d_cpu)" %} # [win]
492- {% set skips = skips ~ " or (TestNN and test_Conv1d_dilated)" %} # [win]
493- {% set skips = skips ~ " or (TestNN and test_Conv1d_pad_same_dilated)" %} # [win]
494- {% set skips = skips ~ " or (TestNN and test_Conv2d_pad_same_dilated)" %} # [win]
495- {% set skips = skips ~ " or (TestNN and test_Conv2d_padding)" %} # [win]
496- {% set skips = skips ~ " or (TestNN and test_Conv2d_strided)" %} # [win]
497- {% set skips = skips ~ " or (TestNN and test_Conv3d_dilated)" %} # [win]
498- {% set skips = skips ~ " or (TestNN and test_Conv3d_dilated_strided)" %} # [win]
499- {% set skips = skips ~ " or (TestNN and test_Conv3d_pad_same_dilated)" %} # [win]
500- {% set skips = skips ~ " or (TestNN and test_Conv3d_stride)" %} # [win]
501- {% set skips = skips ~ " or (TestNN and test_Conv3d_stride_padding)" %} # [win]
502- # flaky test, fragile to GC behavior
503- {% set skips = skips ~ " or (TestTorch and test_tensor_cycle_via_slots)" %}
504480 # unexpected success
505481 {% set skips = skips ~ " or test_forward_nn_Bilinear_mps_float16" %} # [osx and arm64]
506482 # "quantized engine NoQEngine is not supported"
0 commit comments