We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2048604 commit 844099bCopy full SHA for 844099b
1 file changed
src/cuarrays.jl
@@ -11,6 +11,6 @@ end
11
push!(Dagger.PROCESSOR_CALLBACKS, proc -> begin
12
if CUDAapi.has_cuda()
13
@eval processor(::Val{:CUDA}) = CuArrayProc
14
- return CuArrayProc(first(devices()))
+ return CuArrayProc(first(CUDAdrv.devices()))
15
end
16
end)
0 commit comments