-
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
Errors Compiling Examples with CUDA Backend (Nvidia Geforce GTX 2080 Ti, Cuda 12.0) #249
Comments
If you look up "Geforce 2080 Ti architecture", it yields "Turing". So I would try to configure amgcl with (the option is defined here):
|
Hi mate, thanks for your swift response, I am running into another weird error that says that the
|
I see a bunch of deprecation warnings when compiling with cuda-11. It is possible those got finally removed in cuda-12. I'll need to look at these some time soon. In the meanwhile, I guess the only option for you is to use cuda-11. |
You could also try to use vexcl backend with cuda ( |
Thanks, man, I'll try vexcl cuda then. |
Hi Demidov,
Thanks for this awesome repo, I was trying to build the examples with Cuda backend, in the root directory with command
and got the following error:
As a reference, I am compiling the latest amgcl (version 1.4.3) on the ubuntu 20.04 platform with a Geforce 2080 Ti GPU, the installed Nvidia driver version is 525.85.12 (Cuda version 12.0). Do you have any ideas on this error? Thanks:)
The text was updated successfully, but these errors were encountered: