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

[DistGB] remove utils.toindex() from DistDGL #7145

Closed
Rhett-Ying opened this issue Feb 23, 2024 · 0 comments · Fixed by #7146
Closed

[DistGB] remove utils.toindex() from DistDGL #7145

Rhett-Ying opened this issue Feb 23, 2024 · 0 comments · Fixed by #7146
Assignees
Labels
Work Item Work items tracked in project tracker

Comments

@Rhett-Ying
Copy link
Collaborator

🔨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: https://github.com/orgs/dmlc/projects/2

Description

utils.toindex() always use int64. For most of the use case, we could replace with native pytorch tensor or numpy array. This is required by int32/64 dtype of DistGraph, especially for GraphBolt.

Depending work items or issues

@Rhett-Ying Rhett-Ying added the Work Item Work items tracked in project tracker label Feb 23, 2024
@Rhett-Ying Rhett-Ying self-assigned this Feb 23, 2024
@Rhett-Ying Rhett-Ying linked a pull request Feb 23, 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
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant