-
-
Notifications
You must be signed in to change notification settings - Fork 83
Wrong NNlib bounds wiith CuArrays 1.0.2 #327
Comments
I got around this by running |
Sadly, that seems to fail for me too:
|
I met the same error on Google Colab. |
@jamie-arcc Ah sorry I'm not using Flux so updating NNlib was enough for me I guess. I'll let someone more experienced than me reply. |
It looks like an issue with NNlib versions between CuArrays and Flux.jl, as mentioned in FluxML/Flux.jl#753 |
I was able to get it working by installing |
Should be fixed with JuliaRegistries/General#327 (at least, it should be impossible to install incompatible versions of CuArrays/NNlib now). Flux should be tagged with NNlib 0.6 compatibility. |
Describe the bug
using CuArrays
fails during precompilation withLoadError: UndefVarError: DenseConvDims not defined
To Reproduce
Expected behavior
Expected the package to load
Build log
Environment details (please complete this section)
Details on Julia:
Julia 1.1.0 running on CentOS 7.4 x86_64
CUDA: CUDA 10.0 Driver Version: 410.79
Additional context
contents of
~/.julia/packages/CuArrays/deps/ext.jl
:The text was updated successfully, but these errors were encountered: