{tools}[foss/2025a] Faiss v1.14.3 w/ CUDA 12.8.0 - #26404
Open
baverhey wants to merge 1 commit into
Open
Conversation
|
Diff comment too long (93586 chars) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(created using
eb --new-pr)Add Faiss 1.14.3 easyconfig for foss-2025a with CUDA 12.8.0.
Keep dependency model aligned with 2025a stack.
Fix Python post-install robustness and GPU import behavior on module-based HPC environments.
What changed
Added/updated Faiss easyconfig for version 1.14.3.
Post-install now uses EasyBuild Python explicitly.
Post-install callback library copy is made robust (copy only when found).
Disabled wheel-only CUDA preload marker in installed Python package so import works with module-provided CUDA libraries (no nvidia pip wheel runtime required).
Why
Upstream Faiss 1.14.3 Python packaging adds wheel-oriented CUDA preloading that expects nvidia-cuda-runtime-cu12 style pip packages.
On this HPC stack, CUDA is provided via modules/system libraries, which caused sanity import failure without this adjustment.
Dependencies
This PR depends on:
#25509
#25657
#26026
#26027
AI
AI assistance was used while creating/editing these files in Visual Studio Code. The model was selected automatically, so the exact model/version is unknown.
The changes were reviewed before submission.