Hi all,
First of all I appreciate all of the work that has been and is being put into making GPU programming possible in Julia. ![]()
I am new to GPU programming, and I basically just installed CUDA.jl and tried running β]test CUDAβ and I get the error below. Am I doing something wrong? The reason I write is that I got this same error on two machines, but I thought the first machine was broken. But now I got the same error on my brand new desktop computer, so I think this might be an error within the package?
I am on Windows 11. My previous machine which I thought was broken was running the Pop!_OS Linux distro, but gave the same error. My system setup:
Testing Running tests...
β Info: System information:
β CUDA runtime 12.3, artifact installation
β CUDA driver 12.4
β NVIDIA driver 551.86.0
β
β CUDA libraries:
β - CUBLAS: 12.3.4
β - CURAND: 10.3.4
β - CUFFT: 11.0.12
β - CUSOLVER: 11.5.4
β - CUSPARSE: 12.2.0
β - CUPTI: 21.0.0
β - NVML: 12.0.0+551.86
β
β Julia packages:
β - CUDA: 5.2.0
β - CUDA_Driver_jll: 0.7.0+1
β - CUDA_Runtime_jll: 0.11.1+0
β
β Toolchain:
β - Julia: 1.10.2
β - LLVM: 15.0.7
β
β 1 device:
β 0: NVIDIA GeForce RTX 4070 Ti SUPER (sm_89, 15.059 GiB / 15.992 GiB available)
The error message:
Error in testset base/aqua:
Test Failed at C:\Users\...\.julia\packages\CUDA\htRwP\test\base\aqua.jl:12
Expression: length(ambs) β€ 15
Evaluated: 24 β€ 15
ERROR: LoadError: Test run finished with errors
in expression starting at C:\Users\...\.julia\packages\CUDA\htRwP\test\runtests.jl:465
ERROR: Package CUDA errored during testing
Apart from the error I also see this warning:
gpuarrays/reductions/== isequal (5) | 24.84 | 0.01 | 0.0 | 1.07 | N/A | 0.69 | 2.8 | 3932.04 | 2085.66 |
From worker 5: β Warning: Remaining ambiguities: 24
From worker 5: β @ Main C:\Users\...\.julia\packages\CUDA\htRwP\test\base\aqua.jl:11
And this:
From worker 8: WARNING: Method definition #5037#kernel(Any) in module Main at C:\Users\...\.julia\packages\CUDA\htRwP\test\core\execution.jl:338 overwritten at C:\Users\...\.julia\packages\CUDA\htRwP\test\core\execution.jl:346.