-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Description
I got a warning on a Grace-Hopper system that the NVIDIA driver was too old (Reactant worked, though). I updated it, but now it's seems to be too new :-) :
julia> using Reactant_jll
Precompiling Reactant_jll...
Info Given Reactant_jll was explicitly requested, output will be shown live
┌ Debug: Detected CUDA Driver version 13.0.0
└ @ Reactant_jll ~/.julia-aarch64/packages/Reactant_jll/yJPxA/.pkg/platform_augmentation.jl:60
┌ Warning: CUDA version 13.0.0 in /lib/aarch64-linux-gnu/libcuda.so.1 not supported with this version of Reactant (min supported: 12.6)
└ @ Reactant_jll ~/.julia-aarch64/packages/Reactant_jll/yJPxA/.pkg/platform_augmentation.jl:103
1 dependency successfully precompiled in 2 seconds. 26 already precompiled.
1 dependency had output during precompilation:
┌ Reactant_jll
│ [Output was shown above]
└
julia> using Reactant
Precompiling Reactant...
2 dependencies successfully precompiled in 37 seconds. 79 already precompiled.
julia> Reactant.devices()
1-element Vector{Reactant.XLA.PJRT.Device}:
Reactant.XLA.PJRT.Device(Ptr{Nothing} @0x000000003d1a5f60, "CPU:0 cpu")
julia> versioninfo()
Julia Version 1.11.7
Commit f2b3dbda30a (2025-09-08 12:10 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Linux (aarch64-linux-gnu)
CPU: 72 × unknown
WORD_SIZE: 64
LLVM: libLLVM-16.0.6 (ORCJIT, neoverse-v2)
Threads: 36 default, 0 interactive, 18 GC (on 72 virtual cores)
Environment:
JULIA_DEBUG = Reactant_jll
JULIA_PKG_SERVER = pkg.julialang.org
JULIA_NUM_THREADS = 36Metadata
Metadata
Assignees
Labels
No labels