Skip to content

Commit 844099b

Browse files
committed
Fix CuArrays tests
1 parent 2048604 commit 844099b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cuarrays.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ end
1111
push!(Dagger.PROCESSOR_CALLBACKS, proc -> begin
1212
if CUDAapi.has_cuda()
1313
@eval processor(::Val{:CUDA}) = CuArrayProc
14-
return CuArrayProc(first(devices()))
14+
return CuArrayProc(first(CUDAdrv.devices()))
1515
end
1616
end)

0 commit comments

Comments
 (0)