You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: recipe/meta.yaml
-15Lines changed: 0 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -465,21 +465,6 @@ outputs:
465
465
# non-MKL problems
466
466
{% set skips = skips ~ " or test_cross_entropy_loss_2d_out_of_bounds_class_index_cuda" %} # [linux and blas_impl != "mkl" and cuda_compiler_version != "None"]
467
467
{% set skips = skips ~ " or test_cublas_config_nondeterministic_alert_cuda " %} # [linux and blas_impl != "mkl" and cuda_compiler_version != "None"]
468
-
# these tests are failing with low -n values
469
-
{% set skips = skips ~ " or test_base_does_not_require_grad_mode_nothing" %}
470
-
{% set skips = skips ~ " or test_base_does_not_require_grad_mode_warn" %}
471
-
{% set skips = skips ~ " or test_composite_registered_to_cpu_mode_nothing" %}
472
-
# these tests are failing on windows
473
-
{% set skips = skips ~ " or (TestNN and test_Conv1d_dilated)" %} # [win]
474
-
{% set skips = skips ~ " or (TestNN and test_Conv1d_pad_same_dilated)" %} # [win]
475
-
{% set skips = skips ~ " or (TestNN and test_Conv2d_pad_same_dilated)" %} # [win]
476
-
{% set skips = skips ~ " or (TestNN and test_Conv2d_padding)" %} # [win]
477
-
{% set skips = skips ~ " or (TestNN and test_Conv2d_strided)" %} # [win]
478
-
{% set skips = skips ~ " or (TestNN and test_Conv3d_dilated)" %} # [win]
479
-
{% set skips = skips ~ " or (TestNN and test_Conv3d_dilated_strided)" %} # [win]
480
-
{% set skips = skips ~ " or (TestNN and test_Conv3d_pad_same_dilated)" %} # [win]
481
-
{% set skips = skips ~ " or (TestNN and test_Conv3d_stride)" %} # [win]
482
-
{% set skips = skips ~ " or (TestNN and test_Conv3d_stride_padding)" %} # [win]
483
468
484
469
# the whole test suite takes forever, but we should get a good enough coverage
485
470
# for potential packaging problems by running a fixed subset
0 commit comments