CUDA.jl initialization test failing

Hi all, I’m running tests for CUDA.jl (]test CUDA) and I have one test failing. Should I be concerned, or can I safely ignore it?

Error in testset initialization:
Test Failed at /usr/local/pace-apps/manual/packages/julia/1.7.2/gcc-8.3.0/pace/packages/CUDA/Axzxe/test/initialization.jl:98
  Expression: CUDA.math_precision() != :Float16
   Evaluated: Float16 != Float16
ERROR: LoadError: Test run finished with errors
in expression starting at /usr/local/pace-apps/manual/packages/julia/1.7.2/gcc-8.3.0/pace/packages/CUDA/Axzxe/test/runtests.jl:550
ERROR: Package CUDA errored during testing

Here is the info about my system. Thanks!

julia> CUDA.versioninfo()
  Downloaded artifact: CUDA_compat
  Downloaded artifact: CUDA
CUDA toolkit 11.6, artifact installation
NVIDIA driver 495.29.5, for CUDA 11.5
CUDA driver 11.5

Libraries:
- CUBLAS: 11.8.1
- CURAND: 10.2.9
- CUFFT: 10.7.0
- CUSOLVER: 11.3.2
- CUSPARSE: 11.7.1
- CUPTI: 16.0.0
- NVML: 11.0.0+495.29.5
  Downloaded artifact: CUDNN
- CUDNN: 8.30.2 (for CUDA 11.5.0)
  Downloaded artifact: CUTENSOR
- CUTENSOR: 1.4.0 (for CUDA 11.5.0)

Toolchain:
- Julia: 1.7.2
- LLVM: 12.0.1
- PTX ISA support: 3.2, 4.0, 4.1, 4.2, 4.3, 5.0, 6.0, 6.1, 6.3, 6.4, 6.5, 7.0
- Device capability support: sm_35, sm_37, sm_50, sm_52, sm_53, sm_60, sm_61, sm_62, sm_70, sm_72, sm_75, sm_80

4 devices:
  0: Quadro RTX 6000 (sm_75, 23.650 GiB / 23.653 GiB available)
  1: Quadro RTX 6000 (sm_75, 23.650 GiB / 23.653 GiB available)
  2: Quadro RTX 6000 (sm_75, 23.650 GiB / 23.653 GiB available)
  3: Quadro RTX 6000 (sm_75, 23.650 GiB / 23.653 GiB available)

Ron Rahaman
Research Scientist II
Partnership for an Advanced Computing Environment (PACE)
Georgia Institute of Technology

Not a significant issue, but an issue nonetheless. Could you file it on the CUDA.jl repository?

1 Like