[cuFile] New Recipe#14132
Draft
ejmeitz wants to merge 2 commits into
Draft
Conversation
ejmeitz
marked this pull request as draft
July 4, 2026 19:12
Collaborator
Author
|
Thought this was a system library that would be auto-mapped?? |
Member
|
It's not a system library, it's a compiler library, it requires CompilerLibrariesSupport_jll |
Collaborator
Author
|
Opened #14151 which modifies CUDA_SDK_jll. This is the correct way to do this, but is also a bigger change. |
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.
The initial commit makes this as a standalone package, but I think this needs to be distributed through CUDA_SDK_JLL.
The redist sources are only available by specifying the CUDA toolkit version:
The version of cuFile you get back from varies. Like you get 1.15 on CUDA 13.0 and 1.16 on CUDA 13.1. So I think this should just be part of the CUDA_SDK_jll. Will wait for input from @maleadt though.
Basically, the build will probably pass, but the version of cuFile installed actually changes with every CUDA version. So its not whatever I set at the top of the file.