-
Notifications
You must be signed in to change notification settings - Fork 112
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
Build Error with CUDA in VS2015 x64 #70
Comments
There should be more to the error, can you post the full compiler output (so that we can pinpoint the place in amgcl code which lead to the error)? Also, I don't have any problems compiling |
Below is the output for your reference:
|
It seems you have the main code in Lines 93 to 109 in 5697345
|
I put it all in CUDA environment. But also got some error as below:
Full output from compiler as below. kernel.cu is generated by CUDA wizard and was replaced by solver.cpp.
|
The error looks like a bug in Boost.uBlas 1.64: There is a workaround here: Can you try that? |
Yes, I also got this work around but It led to another issue. I'm working on this. Will update this later. |
Hi,
When I build program with CUDA, it shows a error below:
I'm using solver.cpp and everything is OK without CUDA. I have tried 1.1.0 and the master, all get this error. Do I need to add more settings to run with GPU?
Thanks & Regards,
John
The text was updated successfully, but these errors were encountered: