Skip to content

fix(ci): fix issues with dependencies for GPU tests#3673

Merged
ianna merged 4 commits intoscikit-hep:mainfrom
ariostas:fix_gpu_ci
Oct 16, 2025
Merged

fix(ci): fix issues with dependencies for GPU tests#3673
ianna merged 4 commits intoscikit-hep:mainfrom
ariostas:fix_gpu_ci

Conversation

@ariostas
Copy link
Copy Markdown
Member

No description provided.

@codecov
Copy link
Copy Markdown

codecov bot commented Oct 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.66%. Comparing base (b749e49) to head (2725c50).
⚠️ Report is 436 commits behind head on main.

Additional details and impacted files

see 197 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
Copy link
Copy Markdown

The documentation preview is ready to be viewed at http://preview.awkward-array.org.s3-website.us-east-1.amazonaws.com/PR3673

@ariostas
Copy link
Copy Markdown
Member Author

@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).

@ianna
Copy link
Copy Markdown
Member

ianna commented Oct 16, 2025

@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:

FileNotFoundError: [Errno 2] No such file or directory: '/home/ar1092/micromamba/envs/test-env/nvvm/libdevice/libdevice.10.bc'

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.

@ariostas ariostas changed the title fix(ci): fix issue with dependencies and test multiple versions of CUDA fix(ci): fix issues with dependencies for GPU tests Oct 16, 2025
@ariostas
Copy link
Copy Markdown
Member Author

@ianna This is ready now. I'll deal with cuda 13 in a future PR.

Copy link
Copy Markdown
Member

@ianna ianna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ariostas - Fantastic! Thanks for acting so promptly. Please, merge it if you are done with it. Thanks!

@ianna ianna merged commit c96ea3e into scikit-hep:main Oct 16, 2025
47 checks passed
@ariostas ariostas deleted the fix_gpu_ci branch October 28, 2025 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants