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
WARNING: Method definition recurse(Cassette.Context{N, M, T, P, B, H} where H<:Union{Cassette.DisableHooks, Nothing} where B<:Union{Nothing, Base.IdDict{Module, Base.Dict{Symbol, Cassette.BindingMeta}}} where P<:Cassette.AbstractPass where T<:Union{Nothing, Cassette.Tag{N, X, E} where E where X where N<:Cassette.AbstractContextName} where M where N<:Cassette.AbstractContextName, Any...) in module Cassette at /home/alir/.julia/packages/Cassette/IwsFs/src/overdub.jl:550 overwritten in module GPUifyLoops at /home/alir/.julia/packages/Cassette/IwsFs/src/overdub.jl:550.
WARNING: Method definition overdub(Cassette.Context{N, M, T, P, B, H} where H<:Union{Cassette.DisableHooks, Nothing} where B<:Union{Nothing, Base.IdDict{Module, Base.Dict{Symbol, Cassette.BindingMeta}}} where P<:Cassette.AbstractPass where T<:Union{Nothing, Cassette.Tag{N, X, E} where E where X where N<:Cassette.AbstractContextName} where M where N<:Cassette.AbstractContextName, Any...) in module Cassette at /home/alir/.julia/packages/Cassette/IwsFs/src/overdub.jl:537 overwritten in module GPUifyLoops at /home/alir/.julia/packages/Cassette/IwsFs/src/overdub.jl:537.
ERROR: LoadError: Could not find CUDA driver library
Stacktrace:
[1] top-level scope at /home/alir/.julia/packages/CUDAdrv/ADRHQ/src/CUDAdrv.jl:33
[2] top-level scope at none:2
in expression starting at /home/alir/.julia/packages/CUDAdrv/ADRHQ/src/CUDAdrv.jl:27
┌ Warning: Replacing docs for `Core.nothing :: Union{}` in module `Oceananigans`
└ @ Base.Docs docs/Docs.jl:223
┌ Warning: Replacing docs for `Core.nothing :: Union{}` in module `Oceananigans`
└ @ Base.Docs docs/Docs.jl:223
┌ Warning: Replacing docs for `Core.nothing :: Union{}` in module `Oceananigans`
└ @ Base.Docs docs/Docs.jl:223
┌ Warning: Replacing docs for `Core.nothing :: Union{}` in module `Oceananigans`
└ @ Base.Docs docs/Docs.jl:223
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Right now anyone using Oceananigans for the first time sees Casette warnings (vchuravy/GPUifyLoops.jl#94) and CUDA warnings on the CPU.
They're harmless issues but give the feeling of an unstable package.
Would be good to suppress them somehow.
This package might help: https://github.com/JuliaIO/Suppressor.jl
What I see on a CPU:
The text was updated successfully, but these errors were encountered: