Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation warnings #277

Closed
denizyuret opened this issue Jul 7, 2020 · 1 comment
Closed

Deprecation warnings #277

denizyuret opened this issue Jul 7, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@denizyuret
Copy link
Contributor

Not sure how important these are, just copying some warnings I got when switching Knet to CUDA.jl:

┌ Warning: `haskey(::TargetIterator, name::String)` is deprecated, use `Target(; name = name) !== nothing` instead.
│   caller = llvm_compat(::VersionNumber) at compatibility.jl:176
└ @ CUDA /userfiles/dyuret/.julia/packages/CUDA/5t6R9/deps/compatibility.jl:176
julia> permutedims(a, (3,2,1))
┌ Warning: `Target(triple::String)` is deprecated, use `Target(; triple = triple)` instead.
│   caller = ip:0x0
└ @ Core :-1
@denizyuret denizyuret added the bug Something isn't working label Jul 7, 2020
@maleadt
Copy link
Member

maleadt commented Jul 7, 2020

These are fixed on the latest version.

@maleadt maleadt closed this as completed Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants