-
Notifications
You must be signed in to change notification settings - Fork 15
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
cmake with CUDA 10.0 #158
Comments
Thanks for reporting. I will look into it. I would rather not require the latest version of cmake for everyone so perhaps we can add the appropriate |
Thank you Fred, I agree it'd be best to require the minimum cmake version possible. |
If you use conda, a simpler way to get a current version of cmake is
|
Perhaps we can add this tip to the docs |
If we require 3.9, cmake natively supports cuda on all platforms and 3.9 is already quite old. But would that also be enough for cuda 10? |
With CUDA 10.0 you need to upgrade cmake to the latest version 3.12.2 otherwise you get the following error:
I followed these instructions to install the latest cmake version in the command line.
The text was updated successfully, but these errors were encountered: