fix(ci): fix issues with dependencies for GPU tests#3673
fix(ci): fix issues with dependencies for GPU tests#3673ianna merged 4 commits intoscikit-hep:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files🚀 New features to boost your workflow:
|
|
The documentation preview is ready to be viewed at http://preview.awkward-array.org.s3-website.us-east-1.amazonaws.com/PR3673 |
|
@ianna there are some failures with CUDA 13, but the errors are indecipherable. Have you tested CUDA 13 by chance? It might be that the Princeton machine doesn't have new-enough drivers or something like that (although I would have expected a different error). |
@ariostas - this looks like numba cuda issue: indicates that the CUDA libdevice bitcode file (libdevice.10.bc) is not present in our environment, but Numba’s CUDA JIT compiler is trying to find it. This file is required by LLVM for device math code generation when using Numba with CUDA. If we're in a micromamba/conda environment with Numba but without a full NVIDIA CUDA Toolkit installation, this file might simply not exist. |
|
@ianna This is ready now. I'll deal with cuda 13 in a future PR. |
No description provided.