You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 12, 2021. It is now read-only.
Describe the bug
On CuArrays v2.0.1, Any GPU operation takes hours to finish. More than 3 hours, but finished overnight. Once the first operation finished, it works fine for the rest of this session, as usual. But a new Julia session still suffers.
It works fine on CuArrays v1.7.2.
To Reproduce
The Minimal Working Example (MWE) for this bug:
using CuArrays
cu(randn(10)) .-1cu(randn(10)) -cu(randn(10))
Expected behavior
finish instantly, or a few seconds when running for the first time.
Build log
I have a few other packages installed but they should not affect CuArrays.
julia> Pkg.build()
Building NNlib `~/.julia/packages/NNlib/FAI3o/deps/build.log`
Building FFTW `~/.julia/packages/FFTW/qqcBj/deps/build.log`
Building GR `~/.julia/packages/GR/yMV3y/deps/build.log`
Building Plots `~/.julia/packages/Plots/cc8wh/deps/build.log`
Building ImageMagick `~/.julia/packages/ImageMagick/vMfoS/deps/build.log`
false
Environment details (please complete this section)
Details on Julia:
Julia Version 1.3.1
Commit 2d5741174c (2019-12-30 21:36 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: AMD Ryzen 5 3600 6-Core Processor
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.1 (ORCJIT, znver1)