You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the latest release with @avik-pal's updates broke something for GPUArrays. As of today, all of DifferentiationInterface's tests fail on Julia 1.11 due to this error message. They didn't fail 4 days ago, and they don't fail on Julia 1.10:
ERROR: The following 1 direct dependency failed to precompile:
ComponentArraysGPUArraysExt --code-coverage=@/home/runner/work/DifferentiationInterface.jl/DifferentiationInterface.jl/DifferentiationInterface --color=auto --check-bounds=yes --warn-overwrite=yes --depwarn=yes --inline=yes --startup-file=no --track-allocation=none
Failed to precompile ComponentArraysGPUArraysExt [9a6daffa-3352-5563-953a-3fb952178ca8] to "/home/runner/.julia/compiled/v1.11/ComponentArraysGPUArraysExt/jl_ZKaRkZ".
ERROR: LoadError: UndefVarError:`backend` not defined in`GPUArrays`
Stacktrace:
[1] getproperty(x::Module, f::Symbol)
@ Base ./Base.jl:42
[2] top-level scope
@ ~/.julia/packages/ComponentArrays/jc0dK/ext/ComponentArraysGPUArraysExt.jl:11
[3] include
@ ./Base.jl:557 [inlined]
[4] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)
@ Base ./loading.jl:2790
[5] top-level scope
@ stdin:5
in expression starting at /home/runner/.julia/packages/ComponentArrays/jc0dK/ext/ComponentArraysGPUArraysExt.jl:1
in expression starting at stdin:
I think the latest release with @avik-pal's updates broke something for GPUArrays. As of today, all of DifferentiationInterface's tests fail on Julia 1.11 due to this error message. They didn't fail 4 days ago, and they don't fail on Julia 1.10:
Related:
Test dependency versions:
The text was updated successfully, but these errors were encountered: