-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Closed
Labels
actionablemodule: autogradRelated to torch.autograd, and the autograd engine in generalRelated to torch.autograd, and the autograd engine in generalmodule: nnRelated to torch.nnRelated to torch.nnmodule: sparseRelated to torch.sparseRelated to torch.sparsetriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Description
🐛 Describe the bug
Multiple tests fail with the same error when running them in debug mode.
To see the full logs, look at the jobs labeled "debug" over here:
https://hud.pytorch.org/pytorch/pytorch/commit/5d5e152fddd25259412155331bc0088a36753c51
2023-04-19T11:51:13.7750898Z FAILED [0.0104s] test_nn.py::TestNN::test_channel_shuffle_return_self - RuntimeError: result.use_count() <= 1 INTERNAL ASSERT FAILED at "/var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp":4625, please report a bug to PyTorch. function: channel_shuffle
2023-04-20T05:41:37.2836674Z FAILED [0.0120s] test_autograd.py::TestAutogradMultipleDispatchCUDA::test_view_copy_cuda - RuntimeError: result.storage().use_count() == 1 INTERNAL ASSERT FAILED at "/var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp":15442, please report a bug to PyTorch. function: _test_autograd_multiple_dispatch_view
2023-04-20T03:20:09.2606030Z FAILED [0.0212s] test_sparse.py::TestSparseAnyCUDA::test_to_sparse_SparseCSR_SparseCSR_int32_cuda_float32 - RuntimeError: result.use_count() <= 1 INTERNAL ASSERT FAILED at "/var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp":14638, please report a bug to PyTorch. function: to_sparse
2023-04-20T03:20:09.2606764Z FAILED [0.0211s] test_sparse.py::TestSparseAnyCUDA::test_to_sparse_SparseCSR_SparseCSR_int32_cuda_float64 - RuntimeError: result.use_count() <= 1 INTERNAL ASSERT FAILED at "/var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp":14638, please report a bug to PyTorch. function: to_sparse
2023-04-20T03:20:09.2607486Z FAILED [0.0210s] test_sparse.py::TestSparseAnyCUDA::test_to_sparse_SparseCSR_SparseCSR_int32_cuda_int16 - RuntimeError: result.use_count() <= 1 INTERNAL ASSERT FAILED at "/var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp":14638, please report a bug to PyTorch. function: to_sparse
2023-04-20T03:20:09.2608245Z FAILED [0.0209s] test_sparse.py::TestSparseAnyCUDA::test_to_sparse_SparseCSR_SparseCSR_int32_cuda_int32 - RuntimeError: result.use_count() <= 1 INTERNAL ASSERT FAILED at "/var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp":14638, please report a bug to PyTorch. function: to_sparse
2023-04-20T03:20:09.2608977Z FAILED [0.0211s] test_sparse.py::TestSparseAnyCUDA::test_to_sparse_SparseCSR_SparseCSR_int32_cuda_int64 - RuntimeError: result.use_count() <= 1 INTERNAL ASSERT FAILED at "/var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp":14638, please report a bug to PyTorch. function: to_sparse
2023-04-20T03:20:09.2609748Z FAILED [0.0210s] test_sparse.py::TestSparseAnyCUDA::test_to_sparse_SparseCSR_SparseCSR_int32_cuda_int8 - RuntimeError: result.use_count() <= 1 INTERNAL ASSERT FAILED at "/var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp":14638, please report a bug to PyTorch. function: to_sparse
2023-04-20T03:20:09.2610475Z FAILED [0.0214s] test_sparse.py::TestSparseAnyCUDA::test_to_sparse_SparseCSR_SparseCSR_int32_cuda_uint8 - RuntimeError: result.use_count() <= 1 INTERNAL ASSERT FAILED at "/var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp":14638, please report a bug to PyTorch. function: to_sparse
2023-04-20T03:20:09.2611205Z FAILED [0.0205s] test_sparse.py::TestSparseAnyCUDA::test_to_sparse_SparseCSR_SparseCSR_int64_cuda_bfloat16 - RuntimeError: result.use_count() <= 1 INTERNAL ASSERT FAILED at "/var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp":14638, please report a bug to PyTorch. function: to_sparse
2023-04-20T03:20:09.2611927Z FAILED [0.0208s] test_sparse.py::TestSparseAnyCUDA::test_to_sparse_SparseCSR_SparseCSR_int64_cuda_bool - RuntimeError: result.use_count() <= 1 INTERNAL ASSERT FAILED at "/var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp":14638, please report a bug to PyTorch. function: to_sparse
2023-04-20T03:20:09.2612666Z FAILED [0.0210s] test_sparse.py::TestSparseAnyCUDA::test_to_sparse_SparseCSR_SparseCSR_int64_cuda_complex128 - RuntimeError: result.use_count() <= 1 INTERNAL ASSERT FAILED at "/var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp":14638, please report a bug to PyTorch. function: to_sparse
2023-04-20T03:20:09.2613481Z FAILED [0.0213s] test_sparse.py::TestSparseAnyCUDA::test_to_sparse_SparseCSR_SparseCSR_int64_cuda_complex64 - RuntimeError: result.use_count() <= 1 INTERNAL ASSERT FAILED at "/var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp":14638, please report a bug to PyTorch. function: to_sparse
2023-04-20T03:20:09.2614211Z FAILED [0.0208s] test_sparse.py::TestSparseAnyCUDA::test_to_sparse_SparseCSR_SparseCSR_int64_cuda_float16 - RuntimeError: result.use_count() <= 1 INTERNAL ASSERT FAILED at "/var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp":14638, please report a bug to PyTorch. function: to_sparse
2023-04-20T03:20:09.2614976Z FAILED [0.0209s] test_sparse.py::TestSparseAnyCUDA::test_to_sparse_SparseCSR_SparseCSR_int64_cuda_float32 - RuntimeError: result.use_count() <= 1 INTERNAL ASSERT FAILED at "/var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp":14638, please report a bug to PyTorch. function: to_sparse
2023-04-20T03:20:09.2615706Z FAILED [0.0215s] test_sparse.py::TestSparseAnyCUDA::test_to_sparse_SparseCSR_SparseCSR_int64_cuda_float64 - RuntimeError: result.use_count() <= 1 INTERNAL ASSERT FAILED at "/var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp":14638, please report a bug to PyTorch. function: to_sparse
2023-04-20T03:20:09.2616434Z FAILED [0.0210s] test_sparse.py::TestSparseAnyCUDA::test_to_sparse_SparseCSR_SparseCSR_int64_cuda_int16 - RuntimeError: result.use_count() <= 1 INTERNAL ASSERT FAILED at "/var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp":14638, please report a bug to PyTorch. function: to_sparse
2023-04-20T03:20:09.2617199Z FAILED [0.0209s] test_sparse.py::TestSparseAnyCUDA::test_to_sparse_SparseCSR_SparseCSR_int64_cuda_int32 - RuntimeError: result.use_count() <= 1 INTERNAL ASSERT FAILED at "/var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp":14638, please report a bug to PyTorch. function: to_sparse
2023-04-20T03:20:09.2617922Z FAILED [0.0205s] test_sparse.py::TestSparseAnyCUDA::test_to_sparse_SparseCSR_SparseCSR_int64_cuda_int64 - RuntimeError: result.use_count() <= 1 INTERNAL ASSERT FAILED at "/var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp":14638, please report a bug to PyTorch. function: to_sparse
2023-04-20T03:20:09.2618696Z FAILED [0.0210s] test_sparse.py::TestSparseAnyCUDA::test_to_sparse_SparseCSR_SparseCSR_int64_cuda_int8 - RuntimeError: result.use_count() <= 1 INTERNAL ASSERT FAILED at "/var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp":14638, please report a bug to PyTorch. function: to_sparse
2023-04-20T03:20:09.2619425Z FAILED [0.0206s] test_sparse.py::TestSparseAnyCUDA::test_to_sparse_SparseCSR_SparseCSR_int64_cuda_uint8 - RuntimeError: result.use_count() <= 1 INTERNAL ASSERT FAILED at "/var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp":14638, please report a bug to PyTorch. function: to_sparse
2023-04-20T03:20:09.2620208Z FAILED [0.0102s] test_sparse.py::TestSparseAnyCUDA::test_unsupported_backend_error_message_ccol_indices_Strided_cuda - RuntimeError: result.storage().use_count() == 1 INTERNAL ASSERT FAILED at "/var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp":14635, please report a bug to PyTorch. function: to_sparse
2023-04-20T03:20:09.2620988Z FAILED [0.0102s] test_sparse.py::TestSparseAnyCUDA::test_unsupported_backend_error_message_coalesce_Strided_cuda - RuntimeError: result.storage().use_count() == 1 INTERNAL ASSERT FAILED at "/var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp":14635, please report a bug to PyTorch. function: to_sparse
2023-04-20T03:20:09.2621771Z FAILED [0.0101s] test_sparse.py::TestSparseAnyCUDA::test_unsupported_backend_error_message_col_indices_Strided_cuda - RuntimeError: result.storage().use_count() == 1 INTERNAL ASSERT FAILED at "/var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp":14635, please report a bug to PyTorch. function: to_sparse
Discovered during #92707
Versions
n/a
cc @alexsamardzic @nikitaved @pearu @cpuhrsch @amjames @bhosmer @ezyang @albanD @zou3519 @gqchen @soulitzer @lezcano @Varal7 @mruberry @jbschlosser @walterddr @mikaylagawarecki
Metadata
Metadata
Assignees
Labels
actionablemodule: autogradRelated to torch.autograd, and the autograd engine in generalRelated to torch.autograd, and the autograd engine in generalmodule: nnRelated to torch.nnRelated to torch.nnmodule: sparseRelated to torch.sparseRelated to torch.sparsetriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module