Skip to content

Commit 11b226b

Browse files
committed
JLLs last
1 parent 7dedf61 commit 11b226b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utilities.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ function versioninfo(io::IO=stdout)
6969

7070
println(io, "Julia packages: ")
7171
println(io, "- CUDA: $(Base.pkgversion(CUDA))")
72-
for name in [:CUDA_Driver_jll, :CUDA_Compiler_jll, :CUDA_Runtime_jll, :CUDA_Runtime_Discovery,
73-
:GPUArrays, :GPUCompiler, :KernelAbstractions]
72+
for name in [:GPUArrays, :GPUCompiler, :KernelAbstractions, :CUDA_Driver_jll,
73+
:CUDA_Compiler_jll, :CUDA_Runtime_jll, :CUDA_Runtime_Discovery]
7474
isdefined(CUDA, name) || continue
7575
mod = getfield(CUDA, name)
7676
println(io, "- $(name): $(Base.pkgversion(mod))")

0 commit comments

Comments
 (0)