Skip to content

CUDNN_jll conflict with Reactant #1465

@goulf-3m

Description

@goulf-3m

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions