Haskey is deprecated, use Target instead

I get this warning ever since I added CUDA.jl.

How to make sense of a warning in Julia?

in this case it’s just a deprecation warning, since this is cause by code in CUDA.jl, no need to worry for your (user’s) end, next release will likely fix it.

1 Like