Skip to content
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 utility function for computing a secondary cost for BFS and SSSP output #1376

Merged
merged 27 commits into from
Apr 7, 2021

Conversation

hlinsen
Copy link
Contributor

@hlinsen hlinsen commented Feb 3, 2021

Solves: #1373

@hlinsen hlinsen requested a review from a team as a code owner February 3, 2021 03:10
@hlinsen hlinsen marked this pull request as draft February 3, 2021 03:10
@hlinsen hlinsen changed the title [WIP][skip-ci] Add SSSP secondary weights option Add SSSP secondary weights option Feb 3, 2021
@BradReesWork BradReesWork added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Feb 3, 2021
@BradReesWork BradReesWork added this to the 0.18 milestone Feb 3, 2021
@BradReesWork BradReesWork changed the base branch from branch-0.18 to branch-0.19 February 3, 2021 20:03
@BradReesWork BradReesWork modified the milestones: 0.18, 0.19 Feb 3, 2021
@BradReesWork BradReesWork linked an issue Feb 12, 2021 that may be closed by this pull request
@github-actions
Copy link

github-actions bot commented Mar 5, 2021

This PR has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this PR if it is no longer required. Otherwise, please respond with a comment indicating any updates. This PR will be labeled inactive-90d if there is no activity in the next 60 days.

@hlinsen hlinsen closed this Mar 22, 2021
@hlinsen hlinsen reopened this Mar 22, 2021
@hlinsen hlinsen changed the title Add SSSP secondary weights option Add utility function for computing a secondary cost for BFS and SSSP output Mar 26, 2021
@hlinsen hlinsen marked this pull request as ready for review March 26, 2021 13:43
@hlinsen hlinsen requested review from a team as code owners March 26, 2021 13:43
cpp/include/utilities/path_retrieval.hpp Outdated Show resolved Hide resolved
cpp/src/utilities/path_retrieval.cu Outdated Show resolved Hide resolved
cpp/src/utilities/path_retrieval.cu Outdated Show resolved Hide resolved
cpp/src/utilities/path_retrieval.cu Outdated Show resolved Hide resolved
cpp/src/utilities/path_retrieval.cu Outdated Show resolved Hide resolved
python/cugraph/utilities/path_retrieval.pxd Outdated Show resolved Hide resolved
python/cugraph/utilities/path_retrieval_wrapper.pyx Outdated Show resolved Hide resolved
@afender
Copy link
Member

afender commented Apr 7, 2021

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 79c3ba0 into rapidsai:branch-0.19 Apr 7, 2021
@hlinsen hlinsen deleted the sssp-weights branch April 15, 2021 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ENH] Adding up a secondary cost during sssp calculation
6 participants