terminate called after throwing an instance of 'thrust::system::system_error' what(): transform: failed to synchronize: cudaErrorIllegalAddress: an illegal memory access was encountered 报错的代码段: thrust::sort_by_key(sorted_scores_ptr,sorted_scores_ptr+n,sorted_indices_ptr,thrust::greater<flo...
RuntimeError: merge_sort: failed to synchronize: cudaErrorIllegalAddress: an illegal memory access was encountered#629 WYYAHYTopened this issueAug 16, 2023· 3 comments Comments Copy link WYYAHYTcommentedAug 16, 2023 I tried to run example/mnist/mnist_sparse.py, but failed with error: ...
RuntimeError: merge_sort: failed to synchronize: cudaErrorIllegalAddress: an illegal memory access was encountered almost the same as 👇 This problem occurs when I run the codepretrain.py. I tried a lot of methods, but do not know how to deal with them. Could you help me?
When I run pytorch/testtest_octree_trilinear.py, the error occurs: Ran 1 test in 1.483s FAILED (errors=1) Error Traceback (most recent call last): File "/media/brl/dataDisk/WangRuowei/3d_2021/O-CNN/pytorch/test/test_octree_trilinear.py",...
RuntimeError: merge_sort: failed to synchronize: cudaErrorIllegalAddress: an illegal memory access was encountered hello, i'm aware that this issue was already brought up and the suggestion was to downgrade to PyTorch 1.4 which i'm trying to avoid being on CUDA 11 ...