Skip to content

Commit 51abb06

Browse files
Merge #1028
1028: Fix resolver message at initialization r=DhairyaLGandhi a=DhairyaLGandhi Presently: ``` julia> using Flux [ Info: Precompiling Flux [587475ba-b771-5e3f-ad9e-33799f191a9c] ┌ Warning: Error requiring `CUDA` from `Zygote` │ exception = │ ArgumentError: Package Zygote does not have CUDA in its dependencies: │ - If you have Zygote checked out for development and have │ added CUDA as a dependency but haven't updated your primary │ environment's manifest file, try `Pkg.resolve()`. │ - Otherwise you may need to report an issue with Zygote │ Stacktrace: │ [1] require(into::Module, mod::Symbol) │ @ Base ./loading.jl:884 │ [2] top-level scope │ @ ~/Downloads/temp/tryzyg/Zygote.jl/src/lib/broadcast.jl:250 │ [3] eval │ @ ./boot.jl:360 [inlined] │ [4] eval │ @ ~/Downloads/temp/tryzyg/Zygote.jl/src/Zygote.jl:1 [inlined] ``` Co-authored-by: Dhairya Gandhi <dhairya@juliacomputing.com>
2 parents 7d40e94 + b33920e commit 51abb06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/broadcast.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ end
247247
end
248248

249249
@init @require CUDA="052768ef-5323-5732-b1bb-66c8b64840ba" begin
250-
using CUDA
251250
const CuArrayStyle = CUDA.AbstractGPUArrayStyle
252251

253252
if isdefined(CUDA, :cufunc)

0 commit comments

Comments
 (0)