Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Package fails to load #732

Closed
MikeInnes opened this issue Jul 2, 2020 · 4 comments
Closed

Package fails to load #732

MikeInnes opened this issue Jul 2, 2020 · 4 comments
Labels

Comments

@MikeInnes
Copy link
Collaborator

julia> using CuArrays
[ Info: Precompiling CuArrays [3a865a2d-5b23-5a0f-bc46-62713ec82fae]
ERROR: LoadError: LoadError: LoadError: UndefVarError: AddrSpacePtr not defined

This is on Julia 1.5-rc1 on linux; I assume it's easy to reproduce but can try to provide more detail if not.

@MikeInnes MikeInnes added the bug label Jul 2, 2020
@maleadt
Copy link
Member

maleadt commented Jul 2, 2020

Yeah, experimental stuff got renamed. Fixed in CUDA.jl.

@MikeInnes
Copy link
Collaborator Author

MikeInnes commented Jul 2, 2020

Seems to be 1.5-only, so things still run on current release. Still, it'd be nice to be able to load current Flux on 1.5 when it comes out. Is it really the plan to just drop CuArrays entirely? That seems to assume a very smooth and quick ecosystem upgrade to CUDA.jl.

@maleadt
Copy link
Member

maleadt commented Jul 2, 2020

Is it really the plan to just drop CuArrays entirely?

Correct. CUDA.jl should be a drop in replacement, and only people using 1.5 would run into this. Can just have a look to strip the offending functionality, as a workaround (it's only used for tensor core support).

@maleadt
Copy link
Member

maleadt commented Jul 2, 2020

Should be fixed with JuliaRegistries/General#17342. Can you verify?

@maleadt maleadt closed this as completed Jul 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants