Error occurs [cudaErrorLaunchFailure: unspecified launch failure Aborted] when I run gicp_align with other targets and sources
Hi, I'm new to this field, sorry for not being very proficient in using it. When use other targets and sources, like "./gicp_align ./data/3f.pcd ./data/test/1.pcd", I encounted this error:
-
--- vgicp_cuda (gpu_rbf_kernel) --- terminate called after throwing an instance of 'thrust::system::detail::bad_alloc' what(): std::bad_alloc: cudaErrorMemoryAllocation: out of memory Aborted
-
I have also encountered that inverse cannot be executed in struct covariance_regularization_mineig
I didn't find the reason for the error.
Thanks!
It seems there is a some CUDA-related problem. Please check you CUDA version.
Hi, I use cuda-10.2.THanks for your advice. I'm guessing it doesn't have much to do with the version, since running your pcd file is normal. And I have also encountered that " Eigen::Matrix3f v_inv = eig.eigenvectors().inverse()" cannot be executed in struct covariance_regularization_mineig