Polynomials.jl icon indicating copy to clipboard operation
Polynomials.jl copied to clipboard

CUDA

Open jverzani opened this issue 3 years ago • 3 comments

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 avatar May 06 '22 14:05 jverzani

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. [...]

jverzani avatar May 06 '22 14:05 jverzani

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

ghralima avatar Jun 22 '22 17:06 ghralima

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

jverzani avatar Jun 22 '22 18:06 jverzani