-
Notifications
You must be signed in to change notification settings - Fork 311
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
UVM notebook update and add tracker for notebooks to readme #3595
Merged
Merged
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,9 +61,32 @@ Running the example in these notebooks requires: | |
* CUDA 11.4+ | ||
* NVIDIA driver 450.51+ | ||
|
||
|
||
|
||
## Notebooks outside the algorithm subdirectory are specified here along with what they need to run | ||
They are not currently tested daily due to run constraints so we will keep track of special | ||
and the latest fixes/tests | ||
|
||
|Notebook |Location |Environment |Extra Dependencies|Notes | | ||
|----------------------|-------------------------|------------------|------------------|---------------------------------------------| | ||
|batch_betweenness |N/A | | |removed due to missing batch algorithm 23.0 | | ||
|mg_louvain |demo |cugraph conda |None |fixed in PR #3558/23.06 | | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is "cugraph conda" defined? |
||
|mg_pagerank |demo |cugraph conda |None |fixed in PR #3558/23.06 | | ||
|mg_property_graph |demo |cugraph conda |None |fixed in PR #3558/23.06 | | ||
|uvm |demo |cugraph conda |None |fixed in PR/23.06 | | ||
|CostMatrix |applications |cugraph conda |None |fixed in PR #3551/23.06 | | ||
|gen_550M |applications |cugraph conda |None |tested and documented PR #3551/23.06 | | ||
|multi_gpu_pagerank |contrib/community/cugraph|cugraph conda |None |fixed notebook-contrib PR #374/23.06 | | ||
|bfs_benchmark |cugraph_benchmark |cugraph conda |None |fixed in PR #3561/23.06 | | ||
|louvain_benchmark |cugraph_benchmark |cugraph conda |None |fixed in PR #3561/23.06 | | ||
|pagerank_benchmark |cugraph_benchmark |cugraph conda |None |fixed in PR #3561/23.06 | | ||
|sssp_benchmark |cugraph_benchmark |cugraph conda |None |fixed in PR #3561/23.06 | | ||
|
||
|
||
|
||
#### Copyright | ||
|
||
Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. | ||
Copyright (c) 2019-2023, NVIDIA CORPORATION. All rights reserved. | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at | ||
|
||
|
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
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.
reword - do not start with "they"