{2025.05}[SYSTEM] CUDA 12.6.0,12.8.0, cuDNN 9.5.0.50,9.10.1.4 #1351
+16
−1
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.
Many things still need to be done... The software-layer-scripts PR should make sure to
--module-onlyif they target CC100 or above9.5.0comes, I think, only with9.0device code, not9.0a. Thus, we should change the requested CC to9.0for that particular software name & version. For cuDNN 9.10.1.4, I think9.0ais supported, but10.0fis not and it should be changed to10.0. I'd prefer to make those changes in hooks to avoid having to open multiple different software-layer PR, each with customoptionsfor the build. Added advantage is that by doing it in the hooks, it also fixes things forEESSI-extend-based installations.This PR should replace #1278 , #1286 and #1287