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
On Flux master, after moving to CUDA.jl, I get the following warning when using Flux:
using Flux
┌ Warning:key`has(::TargetIterator, name::String)` is deprecated, use `Target(; name = name) !== nothing` instead.
│ caller =llvm_compat(::VersionNumber) at compatibility.jl:181
└ @ CUDA ~/.julia/packages/CUDA/42B9G/deps/compatibility.jl:181
This doesn't happen when only using CUDA, but I can't trace the origin of this warning in Flux's code.
The text was updated successfully, but these errors were encountered:
On Flux master, after moving to CUDA.jl, I get the following warning when
using Flux
:This doesn't happen when only
using CUDA
, but I can't trace the origin of this warning in Flux's code.The text was updated successfully, but these errors were encountered: