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

[BUG] CSR/CSC Output from Bulk Sampler is unusable in cuGraph-PyG #3942

Closed
Tracked by #4350
alexbarghi-nv opened this issue Oct 18, 2023 · 2 comments · Fixed by #4384
Closed
Tracked by #4350

[BUG] CSR/CSC Output from Bulk Sampler is unusable in cuGraph-PyG #3942

alexbarghi-nv opened this issue Oct 18, 2023 · 2 comments · Fixed by #4384
Assignees
Labels
bug Something isn't working
Milestone

Comments

@alexbarghi-nv
Copy link
Member

Currently, the CSR/CSC output from the bulk sampler is unusable since the number of previous destinations does not match the number of sources. This is most likely because something is going wrong with out-degree 0 vertices. Further investigation is needed to identify the source of the problem.

@alexbarghi-nv alexbarghi-nv added the bug Something isn't working label Oct 18, 2023
@alexbarghi-nv alexbarghi-nv added this to the 23.12 milestone Oct 18, 2023
@alexbarghi-nv alexbarghi-nv self-assigned this Oct 18, 2023
@alexbarghi-nv alexbarghi-nv modified the milestones: 23.12, 24.02 Nov 1, 2023
@alexbarghi-nv
Copy link
Member Author

Pushed to 24.02

@BradReesWork BradReesWork added the CRITICAL BUG! BUG that needs to be FIX NOW !!!! label Nov 28, 2023
@alexbarghi-nv alexbarghi-nv modified the milestones: 24.02, 24.06 Feb 28, 2024
@alexbarghi-nv alexbarghi-nv removed the CRITICAL BUG! BUG that needs to be FIX NOW !!!! label Mar 15, 2024
@alexbarghi-nv
Copy link
Member Author

This bug is not critical; usage is not prevented and the performance improvement from CSC mode is marginal. This work is deferred for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants