Skip to content
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 #399

Open
jverzani opened this issue May 6, 2022 · 3 comments
Open

CUDA #399

jverzani opened this issue May 6, 2022 · 3 comments

Comments

@jverzani
Copy link
Member

jverzani commented May 6, 2022

In https://discourse.julialang.org/t/using-polynomials-jl-with-cuda-jl/80580 we find the following hangs:

using CUDA, Polynomials
a = CuVector([1.0f0, 1.0f0, 1.0f0])
Polynomial(a)
@jverzani
Copy link
Member Author

jverzani commented May 6, 2022

Unfortunately, I can't diagnose this:

julia> a = CuVector([1.0f0, 1.0f0, 1.0f0])
ERROR: Could not find the CUDA driver library. Please make sure you have installed the NVIDIA driver for your GPU. [...]

@ghralima
Copy link

It seems this issue has been fixed somehow. It's working with CUDA.jl now.

@jverzani
Copy link
Member Author

That's great. The issue was something I didn't know how to address on this end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants