-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PCL CUDA build issues #3650
Comments
I have the same question here |
I'm not an active user of PCL cuda, but I use latest GCC for source, latest (nvcc + most recent compatible gcc) for device files compilation |
Marking this as stale due to 30 days of inactivity. It will be closed in 7 days if no further activity occurs. |
AFAIK, CUDA 9 isn't compatible with PCL with default dependencies. We're still figuring out the minimum versions and an updated Dockerfile will be available soon thanks to @haritha-j and @shrijitsingh99 |
Marking this as stale due to 30 days of inactivity. It will be closed in 7 days if no further activity occurs. |
CUDA is now built on the CI. Thanks to @shrijitsingh99, you can find the configuration in the Ubuntu 18.04 Clang CI. Please refer to Ubuntu Dockerfile for dependencies |
Is there an up-to-date PCL CUDA/GPU installation guide? I am getting several CUDA errors when building PCL CUDA with CUDA 9.0. These issues were outline in the following post but no solution is working for me. I've tried to compile both PCL 1.9 and PCL 1.10 with CUDA 9.0 and am getting errors the same as here. Pasted below for reference:
To summarise:
What are the current guidelines for installing PCL with GPU/CUDA support for UBUNTU 16.04? CUDA 10.0, CUDA 9.0 or older?
Are there any guides for implementing PCL GPU C++ code once installed? I am struggling to find documentation and examples. I would like to have GPU support for ICP registration, and for other segmentation algortihms.
Any help would be hugely appreciated.
The text was updated successfully, but these errors were encountered: