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 multi dataset option for GB24 #221

Merged
merged 5 commits into from
Apr 2, 2024
Merged

Conversation

jychoi-hpc
Copy link
Member

Two update:

  • using multiple datasets for GB24
  • addiiotn HYDRAGNN_USE_VARIABLE_GRAPH_SIZE env to skip the check if graph size is variable or not at starting.

@jychoi-hpc jychoi-hpc requested a review from allaffa April 1, 2024 17:53
Copy link
Collaborator

@allaffa allaffa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be better if we create a standalone example to pull multiple datasets together.

@jychoi-hpc jychoi-hpc requested a review from allaffa April 1, 2024 20:24

assert not (args.shmem and args.ddstore), "Cannot use both ddstore and shmem"
if args.ddstore:
opt = {"ddstore_width": args.ddstore_width, "local": True}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we use local=True?
Is it because we want different ranks to import different datasets?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is intended to indicate that the dataset will setup for DDStore is a set of "locally" owned and thus no need to split internally. Previously, we provide a global view to DDStore and DDstore split them.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would this affect global shuffling?

Copy link
Collaborator

@allaffa allaffa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some clarifications needed :)

@jychoi-hpc jychoi-hpc requested a review from allaffa April 1, 2024 21:17
Copy link
Collaborator

@allaffa allaffa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One more question.

@allaffa allaffa added the enhancement New feature or request label Apr 1, 2024
@allaffa allaffa self-requested a review April 1, 2024 21:44
@allaffa allaffa merged commit 73235cd into ORNL:main Apr 2, 2024
2 checks passed
@jychoi-hpc jychoi-hpc deleted the dev-multi branch April 4, 2024 00:17
RylieWeaver pushed a commit to RylieWeaver/HydraGNN that referenced this pull request Oct 17, 2024
* add multi dataset option

* create a separate directory and update

* black

* black

* replace OC2020 with GFM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants