Skip to content

Commit

Permalink
skip test failures with CUDA due to non-unique temporaries
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jan 29, 2025
1 parent 27c2f9a commit 53ab2c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,9 @@ outputs:
# may crash spuriously
{% set skips = skips ~ " or (TestAutograd and test_profiler_seq_nr)" %}
{% set skips = skips ~ " or (TestAutograd and test_profiler_propagation)" %}
# tests that fail due to resource clean-up issues (non-unique temporary libraries), see
# https://github.com/conda-forge/pytorch-cpu-feedstock/pull/318#issuecomment-2620080859
{% set skips = skips ~ " or test_mutable_custom_op_fixed_layout" %} # [cuda_compiler_version != "None"]
# trivial accuracy problems
{% set skips = skips ~ " or test_BCELoss_weights_no_reduce_cuda" %} # [unix and cuda_compiler_version != "None"]
{% set skips = skips ~ " or test_ctc_loss_cudnn_tensor_cuda " %} # [unix and cuda_compiler_version != "None"]
Expand Down

0 comments on commit 53ab2c8

Please sign in to comment.