-
Notifications
You must be signed in to change notification settings - Fork 21
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
add PR CI for cugraph-pyg and cugraph-dgl #59
Merged
rapids-bot
merged 20 commits into
rapidsai:branch-24.12
from
jameslamb:add-pyg-and-dgl-ci
Oct 30, 2024
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
74b5c95
add PR CI for cugraph-pyg and cugraph-dgl
jameslamb 8b80338
remove some duplication in dependencies.yaml
jameslamb fb5e9e0
fix env for conda builds, stopping have builds depend on tests
jameslamb 84fccbc
fix wheel metadata
jameslamb 74ecbe5
cugraph-pyg and cugraph-dgl have runtime dependencies on pandas... th…
jameslamb 2ed9905
remove test_wheel.sh script
jameslamb 802e46c
declare torch testing dependency for cugraph-dgl, combine pip install…
jameslamb 4033210
use pytorch_geometric instead of pyg
jameslamb fad3e8b
the pip package is called 'torch-geometric' not 'pytorch_geometric'
jameslamb 887e32f
update dgl doc, include karata.csv
jameslamb 4344fd0
update to pytorch and dgl pins used in cugraph repo
jameslamb b86bdd3
update files
alexbarghi-nv 7897f2f
update view.py
alexbarghi-nv 2c0e654
Merge branch 'branch-24.12' into add-pyg-and-dgl-ci
jameslamb e718840
set RAPIDS_DATASET_ROOT_DIR
jameslamb 7442922
re-enable all CI, remove unintentionally-included cufile.log
jameslamb 6cc3dec
print sccache stats in builds
jameslamb a421fc9
Merge branch 'add-pyg-and-dgl-ci' of github.com:jameslamb/cugraph-gnn…
jameslamb 1202c36
remove unnecessary channel for builds, use CI instead of CI_RUN, cons…
jameslamb e6c07fa
more dataset to datasets
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
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.
If we export this, it means that local executions of this script will also skip those tests. I'm not sure if that is really intended or not.
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.
I think the
cugraph
developers intended that. @alexbarghi-nv introduced that in rapidsai/cugraph#4384