Use libcufile in aarch64 CUDA 12 builds.#330
Closed
bdice wants to merge 1 commit intorapidsai:branch-24.02from
Closed
Use libcufile in aarch64 CUDA 12 builds.#330bdice wants to merge 1 commit intorapidsai:branch-24.02from
bdice wants to merge 1 commit intorapidsai:branch-24.02from
Conversation
Member
|
Thanks Bradley! 🙏 Do we want to update lines like these as well? kvikio/conda/recipes/libkvikio/meta.yaml Lines 49 to 55 in f8f5858 |
Contributor
Author
|
@jakirkham Good question. I think I would prefer to put those recipe changes in #328, since we aren't enabling CUDA 12.2 workflows yet. Maybe this PR should be closed and ported into #328...? |
Contributor
Author
|
I'm closing this in favor of merging changes to #328, which will include the conda recipe changes for libcufile. |
Member
|
No strong feelings either way @jameslamb what do you think? Edit: Oops not fast enough 😅 James could you please pull these changes into your PR? Edit 2: Maybe this already happened ( edb09af )? |
Member
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.
CUDA 12.2 has conda-forge packages of
libcufileandlibcufile-dev. This PR updatesdependencies.yamlso that environments can be generated on ARM.