-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
REPLJulia's REPL (Read Eval Print Loop)Julia's REPL (Read Eval Print Loop)
Description
After using Flux
,
julia> Flux.CU<tab>
completes to Flux.CUDAint
, skipping Flux.CUDA
.
Also, Flux.CUDA.all<tab>
completes to Flux.CUDA.alloc
, skipping Flux.CUDA.allowscalar
. An additional tab shows
julia> Flux.CUDA.alloc
alloc alloc_stats alloc_timings alloc_to allocated allocated_lock
julia> versioninfo()
Julia Version 1.6.0
Commit f9720dc2eb (2021-03-24 12:55 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i7-9800X CPU @ 3.80GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-11.0.1 (ORCJIT, skylake-avx512)
Flux
version is 0.12.1
Metadata
Metadata
Assignees
Labels
REPLJulia's REPL (Read Eval Print Loop)Julia's REPL (Read Eval Print Loop)