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
Excuse me, I got an exception about "for_each: failed to synchronize" when the program runs to "covariance_regularization" in "vgicp_cuda_->calculate_source_covariances_rbf".I think "thrust::for_each(first, last, svd_reconstruction_kernel(diag_matrix_ptr, covs));" throw this exception. Then I followed the instructions here "https://stackoverflow.com/questions/64441827/cuda-thrustsort-met-memory-problem-when-i-still-have-enough-memory" to expand CUDAHeapSize, but it doesn't seem to work.
My operating environment is Windows11 cuda11.6. I use CMake-GUI to build fast_gicp, then I compile it by Visual Studio. By the way, I also have tried cuda11.7 and cuda11.1, but the same exception still occurs.
Here is the Visual Studio call stack information:
Do you have any idea? Thank you very much.
The text was updated successfully, but these errors were encountered:
Excuse me, I got an exception about "for_each: failed to synchronize" when the program runs to "covariance_regularization" in "vgicp_cuda_->calculate_source_covariances_rbf".I think "thrust::for_each(first, last, svd_reconstruction_kernel(diag_matrix_ptr, covs));" throw this exception. Then I followed the instructions here "https://stackoverflow.com/questions/64441827/cuda-thrustsort-met-memory-problem-when-i-still-have-enough-memory" to expand CUDAHeapSize, but it doesn't seem to work.
![image](https://private-user-images.githubusercontent.com/47520017/269536452-243ce557-c134-4f93-9fd2-25bafc8e3b72.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwOTM4NjksIm5iZiI6MTczOTA5MzU2OSwicGF0aCI6Ii80NzUyMDAxNy8yNjk1MzY0NTItMjQzY2U1NTctYzEzNC00ZjkzLTlmZDItMjViYWZjOGUzYjcyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDA5MzI0OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTJhNmNhYjFkYWQ0YTc5YmMzM2I5M2M1YWI4MmQzZWU2ZjAwNjJiNDg2YzNjZjVkMGMyYjE5NmUxYWNjNmVkNTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.qtutJqJC47WmallWHYBU5EIih0M1P6BMAfsXN8VS0L8)
My operating environment is Windows11 cuda11.6. I use CMake-GUI to build fast_gicp, then I compile it by Visual Studio. By the way, I also have tried cuda11.7 and cuda11.1, but the same exception still occurs.
Here is the Visual Studio call stack information:
Do you have any idea? Thank you very much.
The text was updated successfully, but these errors were encountered: