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

Update config and initialization code for DYAMOND configuration #2292

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

sriharshakandala
Copy link
Member

@sriharshakandala sriharshakandala commented Oct 25, 2023

Purpose

This PR makes the following temporary changes:

  • Use Float32 for DYAMOND configuration. This helps with kernel metadata size issues.
  • Reduce h_elems to 30. This helps with the memory footprint on the A100 GPU.
  • Compute pressure2ozone interpolation during initialization on the CPU for GPU runs.

These temporary changes will help continue finding and debugging potential downstream issues on a single GPU process while fixing known memory footprint and efficiency issues in parallel. The changes can be reverted once appropriate fixes are merged.


  • I have read and checked the items on the review checklist.

@sriharshakandala sriharshakandala marked this pull request as ready for review October 25, 2023 22:29
Use Float32 for DYAMOND configuration. This helps with kernel metadata size issues.
Reduce h_elems to 30. This helps with the memory footprint on the A100 GPU.
Compute pressure2ozone interpolation during initialization on the CPU for GPU runs.
These temporary changes will help continue finding and debugging potential downstream issues on a single GPU process while fixing known memory footprint and efficiency issues in parallel. The changes can be reverted once appropriate fixes are merged.
@sriharshakandala
Copy link
Member Author

bors r+

@bors
Copy link
Contributor

bors bot commented Oct 26, 2023

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot merged commit ae44e03 into main Oct 26, 2023
8 checks passed
@bors bors bot deleted the sk/update_dyamond branch October 26, 2023 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compute pressure2ozone interpolation during initialization on the CPU for GPU runs.
2 participants