-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
In a test project with this:
using Reactant
using Lux
using LuxCUDA
Precompiling this project errors with:
Failed to precompile test [e061e0cf-51c1-4f7f-bc1b-3df52df7b1b7] to "/home/goulf/.julia/compiled/v1.11/test/jl_3TaEDK".
ERROR: LoadError: InitError: could not load library "/home/goulf/.julia/artifacts/2eb570b35b597d106228383c5cfa490f4bf538ee/lib/libcudnn
_cnn.so"
/home/goulf/.julia/artifacts/2eb570b35b597d106228383c5cfa490f4bf538ee/lib/libcudnn_cnn.so: undefined symbol: _ZTVN5cudnn7backend25Expan
dBandMatrixOperationE, version libcudnn_graph.so.9
With this (reording):
using Lux
using LuxCUDA
using Reactant
Precompilation succeeds!
Metadata
Metadata
Assignees
Labels
No labels