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

[GraphBolt] Make unique_and_compact batched. #7233

Closed
mfbalin opened this issue Mar 20, 2024 · 0 comments · Fixed by #7239
Closed

[GraphBolt] Make unique_and_compact batched. #7233

mfbalin opened this issue Mar 20, 2024 · 0 comments · Fixed by #7239
Labels
Work Item Work items tracked in project tracker

Comments

@mfbalin
Copy link
Collaborator

mfbalin commented Mar 20, 2024

🔨Work Item

IMPORTANT:

  • This template is only for dev team to track project progress. For feature request or bug report, please use the corresponding issue templates.
  • DO NOT create a new work item if the purpose is to fix an existing issue or feature request. We will directly use the issue in the project tracker.

Project tracker: DGL Project Tracker

Description

Calling unique_and_compact for each etype is too expensive, especially on the CUDA backend. We need to make a batched version of it so that it can handle all etypes in a single call inside C++. #7239 adds the API. The algorithm is not really batched though.

@frozenbugs @peizhou001 @Rhett-Ying

@mfbalin mfbalin added the Work Item Work items tracked in project tracker label Mar 20, 2024
@mfbalin mfbalin linked a pull request Mar 24, 2024 that will close this issue
8 tasks
@mfbalin mfbalin linked a pull request Apr 1, 2024 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Work Item Work items tracked in project tracker
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant