File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -446,7 +446,7 @@ outputs:
446446 {% set skips = skips ~ " or (TestAutograd and test_profiler_propagation)" %}
447447 # tests that fail due to resource clean-up issues (non-unique temporary libraries), see
448448 # https://github.com/conda-forge/pytorch-cpu-feedstock/pull/318#issuecomment-2620080859
449- {% set skips = skips ~ " or test_mutable_custom_op_fixed_layout" %} # [cuda_compiler_version != "None"]
449+ {% set skips = skips ~ " or test_mutable_custom_op_fixed_layout" %}
450450 # trivial accuracy problems
451451 {% set skips = skips ~ " or test_BCELoss_weights_no_reduce_cuda" %} # [unix and cuda_compiler_version != "None"]
452452 {% set skips = skips ~ " or test_ctc_loss_cudnn_tensor_cuda " %} # [unix and cuda_compiler_version != "None"]
You can’t perform that action at this time.
0 commit comments