-
-
Notifications
You must be signed in to change notification settings - Fork 72
Labels
bugSomething isn't workingSomething isn't working
Description
#733 introduced cuda offloading based on
LinearSolve.jl/src/LinearSolve.jl
Line 437 in 940ea1d
usecuda() = Base.get_extension(@__MODULE__, :LinearSolveCUDAExt) !== nothing |
That is problematic, because it es possible to have CUDA in your env while cuda is not usable. I think is allways necessary to check `CUDA.functional() for that.
I recently started getting errors in CI because i have CUDA in my test env (filtering my testes based of CUDA.fuctional).
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working