-
Notifications
You must be signed in to change notification settings - Fork 26
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
Cuda compilation problem #9
Comments
Hi, CMake Warning (dev) at conjugrad_generated_conjugrad_kernels.cu.o.cmake:81: Argument not separated from preceding token by whitespace. nvcc fatal : Stray '"' character lib/libconjugrad/CMakeFiles/conjugrad.dir/build.make:63: recipe for target 'lib/libconjugrad/CMakeFiles/conjugrad.dir/src/conjugrad_generated_conjugrad_kernels.cu.o' failed |
Dear CCPred Team, Thanks |
Dear @BIORAK and @alsalas, |
Hi @BIORAK and @alsalas, I've uploaded a small fix that should solve your compilation problems. Just be sure to call cmake with EDIT: The specs I've tested the build with: Best, |
Hi @BIORAK @alsalas , Best, |
Working use: |
Hi all, please check out #20 to see if you can get this running on your machine with a newer CUDA/Cmake version. |
This issue happens on my side with following message:
This will solve the issue. But I don't know why it found version 12.6... |
Hi, I keep getting this message when using cmake "Could NOT find CUDA (missing: CUDA_INCLUDE_DIRS) (found version "7.5")". Kindly let me know how I can resolve this.
The text was updated successfully, but these errors were encountered: