-
-
Notifications
You must be signed in to change notification settings - Fork 443
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
HPX Fails to Build with CUDA 10 #3616
Comments
@biddisco would you have the time to have a look, please? I believe it's your example that tries to pull in CUBLAS... |
@parsa as a workaround, if you disable building the examples ( |
@hkaiser The error is raised despite |
@parsa thanks. Is there a CMake variable telling whether CUBLAS is available? |
@hkaiser I don't know if
|
@parsa according to clab/dynet#1457 this is a CMake error. Upgrading to CMake V3.12.2 should fix it. |
@hkaiser Tried with CMake 3.13.2 and it worked. Should we add a warning for this? |
@parsa if CUDA 10 is used with a CMake version that is too old we should either disable the affected tests/examples (and emit a warning). |
This is not an HPX issue, closing... |
Expected Behavior
For HPX to configure and build with CUDA support enabled.
Actual Behavior
Works with CUDA 9.2 but the following error message is displayed while configuring with CUDA 10.
Full output:
Steps to Reproduce the Problem
Run the following on Rostam:
Specifications
The text was updated successfully, but these errors were encountered: