Running ] test CUDA
with OhMyREPL
in startup.jl
causes some tests to fail
#246
Labels
bug
Something isn't working
Describe the bug
As explained in the title. When I try to test CUDA in the Julia REPL with
] test CUDA
, I get the following output:Click to expand
The stacktrace keeps repeating itself afterwards. Running the REPL with
julia --startup-file=no
does not help. The error still appears. The only way to remove the error is to comment outusing OhMyREPL
instartup.jl
.To reproduce
Simply install
OhMyREPL
in the default environment and haveusing OhMyREPL
in thestartup.jl
file. Then run:in the REPL after activating the environment containing CUDA.
Expected behavior
I would expect all the tests to run fine regardless of the presence of
using OhMyREPL
in thestartup.jl
file.Version info
Details on Julia:
Details on CUDA:
There is no
CUDA.versioninfo()
for me to run (like, literally. I getERROR: UndefVarError: versioninfo not defined
). Installed version of CUDA is 1.0.2 as given by] status
. The stacktrace gives info about my GPU and CUDA driver and toolkit installed. Note thatCUDA.version()
returnsv"10.2.0"
. I take it there's a typo somewhere.Additional context
This is on a computer running Ubuntu 20.04, CUDA installed in a pristine environment.
The text was updated successfully, but these errors were encountered: