File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3649,8 +3649,8 @@ def fail_non_abi_compatible_cuda(is_skip=False):
36493649 "test_dynamic_scalar" : fail_minimal_arrayref_interface (is_skip = True ),
36503650 # https://github.com/pytorch/pytorch/issues/122980
36513651 "test_fft_c2c" : fail_stack_allocation (is_skip = True ),
3652- "test_freezing" : fail_stack_allocation (is_skip = True ),
3653- "test_linear_freezing" : fail_stack_allocation (is_skip = True ),
3652+ "test_freezing" : fail_minimal_arrayref_interface (is_skip = True ),
3653+ "test_linear_freezing" : fail_minimal_arrayref_interface (is_skip = True ),
36543654 # FIXME: failed with Segfault while exiting the Python runtime
36553655 "test_missing_cubin" : fail_with_and_without_stack_allocation (is_skip = True ),
36563656 # minimal arrayref interface only works with CPU; test crashes.
You can’t perform that action at this time.
0 commit comments