You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
------------checking CUDA VoxelGrid---------------- Cuda failure: an illegal memory access was encountered at line 138 in file cudaFilter.cpp error status: 700 Aborted
#45
Open
le-wei opened this issue
Jun 27, 2023
· 2 comments
When I use CUDA VoxelGrid for filtering, and use the filtered data to prepare for Cluster. when doing the cudaExtractCluster object construction it reports "------------checking CUDA VoxelGrid----------------
Cuda failure: an illegal memory access was encountered at line 138 in file cudaFilter.cpp error status: 700
Aborted
" error. The CUDA VoxelGrid function works fine without cudaExtractCluster object creation, this is my first time programming with this library, please tell me the reason for this error. And how can I program with a mix of library functions. Thanks, I appreciate your help. Here is one of the codes that I have tried several times.
cudaExtractCluster object and cudaFilter object coexist, cudaExtractCluster object can call extract function to complete the corresponding function, cudaFilter call filter function to complete the corresponding function with the following error:
Cuda failure: an illegal memory access was encountered at line 138 in file cudaFilter.cpp error status: 700 illegal memory access was encountered at line 138 in file cudaFilter.cpp error status: 700
Aborted
I have tested separately that the cudaExtractCluster object and the cudaSegmentation object work when coexisting. cudaFilter object also works fine when coexisting with cudaSegmentation object. Based on the limited combinations, only cudaExtractCluster object and cudaFilter object coexist and cudaFilter does not work well.We have not found the cause of the error yet. Any help would be greatly appreciated.
cudaExtractCluster object and cudaFilter object coexist, cudaExtractCluster object can call extract function to complete the corresponding function, cudaFilter call filter function to complete the corresponding function with the following error:
Cuda failure: an illegal memory access was encountered at line 138 in file cudaFilter.cpp error status: 700 illegal memory access was encountered at line 138 in file cudaFilter.cpp error status: 700
Aborted
I have tested separately that the cudaExtractCluster object and the cudaSegmentation object work when coexisting. cudaFilter object also works fine when coexisting with cudaSegmentation object. Based on the limited combinations, only cudaExtractCluster object and cudaFilter object coexist and cudaFilter does not work well.We have not found the cause of the error yet. Any help would be greatly appreciated.
When I use CUDA VoxelGrid for filtering, and use the filtered data to prepare for Cluster. when doing the cudaExtractCluster object construction it reports "------------checking CUDA VoxelGrid----------------
Cuda failure: an illegal memory access was encountered at line 138 in file cudaFilter.cpp error status: 700
Aborted
" error. The CUDA VoxelGrid function works fine without cudaExtractCluster object creation, this is my first time programming with this library, please tell me the reason for this error. And how can I program with a mix of library functions. Thanks, I appreciate your help. Here is one of the codes that I have tried several times.
The text was updated successfully, but these errors were encountered: