Is there an existing issue for this?
Have you followed all the steps in the FAQ?
Current Behavior
I tried to apply Torchsparse to 5090, in cuda12.8 and PyTorch Nightly. But there is always the problem of illegal memory access. I wanna know how to solve this.
Error Line
File "/root/autodl-tmp/.conda-stuff/envs/pointcept/lib/python3.10/site-packages/torchsparse-2.1.0-py3.10-linux-x86_64.egg/torchsparse/nn/functional/conv/kmap/func/hashmap_on_the_fly.py", line 185, in build_kmap_Fetch_on_Demand_hashmap_on_the_fly
results = torch.t(kmap["out_in_map"]).contiguous()
torch.AcceleratorError: CUDA error: an illegal memory access was encountered
Search for cudaErrorIllegalAddress' in https://docs.nvidia.com/cuda/cuda-runtime-api/group__CUDART__TYPES.html for more information. Compile with TORCH_USE_CUDA_DSA` to enable device-side assertions.
Environment
- GCC:13.2
- NVCC:13.2
- PyTorch:2.91
- PyTorch CUDA:12.8
Full Error Log
Error Log
[PUT YOUR ERROR LOG HERE]
Is there an existing issue for this?
Have you followed all the steps in the FAQ?
Current Behavior
I tried to apply Torchsparse to 5090, in cuda12.8 and PyTorch Nightly. But there is always the problem of illegal memory access. I wanna know how to solve this.
Error Line
File "/root/autodl-tmp/.conda-stuff/envs/pointcept/lib/python3.10/site-packages/torchsparse-2.1.0-py3.10-linux-x86_64.egg/torchsparse/nn/functional/conv/kmap/func/hashmap_on_the_fly.py", line 185, in build_kmap_Fetch_on_Demand_hashmap_on_the_fly
results = torch.t(kmap["out_in_map"]).contiguous()
torch.AcceleratorError: CUDA error: an illegal memory access was encountered
Search for
cudaErrorIllegalAddress' in https://docs.nvidia.com/cuda/cuda-runtime-api/group__CUDART__TYPES.html for more information. Compile withTORCH_USE_CUDA_DSA` to enable device-side assertions.Environment
Full Error Log
Error Log
[PUT YOUR ERROR LOG HERE]