-
Notifications
You must be signed in to change notification settings - Fork 906
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
split up CUDA-suffixed dependencies in dependencies.yaml #16183
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
f409298
split up CUDA-suffixed dependencies in dependencies.yaml
jameslamb ecb59b2
typo
jameslamb 3bdae9f
Merge branch 'branch-24.08' into suffix-split
jameslamb 694a07f
pynvjitlink is not built from source in devcontainers
jameslamb 4982781
all the projects depending on something suffixed need this matrix entry
jameslamb 3c176e9
merge branch-24.08
jameslamb dd5c3e3
try overridding matrix entry via containerEnv
jameslamb 6342529
Merge branch 'branch-24.08' into suffix-split
jameslamb de682df
fix templating
jameslamb 868d735
Merge branch 'suffix-split' of github.com:jameslamb/cudf into suffix-…
jameslamb e98f8a1
revert some changes
jameslamb 08059f1
Merge branch 'branch-24.08' of github.com:rapidsai/cudf into suffix-s…
jameslamb d556aaf
Merge branch 'branch-24.08' into suffix-split
jameslamb 255f529
no need to override config settings, libraries are installed with --n…
jameslamb 3578294
Merge branch 'branch-24.08' of github.com:rapidsai/cudf into suffix-s…
jameslamb 743003e
Merge branch 'suffix-split' of github.com:jameslamb/cudf into suffix-…
jameslamb 627d9a3
fix comment on pynvjitlink
jameslamb 9e58c66
Merge branch 'branch-24.08' of github.com:rapidsai/cudf into suffix-s…
jameslamb 193bc88
Merge branch 'branch-24.08' of github.com:rapidsai/cudf into suffix-s…
jameslamb 035213e
remove pynvjitlink special case
jameslamb f0f90d0
consolidate cuda_suffixed=false conditions, stop naming anchors _conda
jameslamb 034aac8
one more anchor
jameslamb 2061a24
catch more cases in update-version
jameslamb 1416fa7
more update-version changes
jameslamb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we simplify this using DFG's "match first" approach? This is equivalent, and far fewer lines. If
cuda_suffixed
is false, we can use a fallback matrix.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we can also rename
rmm_conda
tormm_unsuffixed
? It's not just for conda anymore.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah totally support both of these suggestions. I'll do that here and across the other PRs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok I just pushed a commit that does both of these.
cuda_suffixed: "false"
blocks (one is still needed for thepynvjitlink
vs.cubinlink/ptxcompiler
split)*_conda
anchors to*_unsuffixed
I tested like this, and saw the things I expected: