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

Avoid allocating unneeded host tile #122

Merged
merged 6 commits into from
Jan 5, 2024

Conversation

neil-lindquist
Copy link
Contributor

@neil-lindquist neil-lindquist commented Oct 3, 2023

This addresses the discussion on #113 about not allocating a host tile when using GPU-aware MPI.

Changes:

  • Receive directly into device memory when using GPU-aware MPI
  • Allow tileSend to send directly from any valid tile instance when using GPU-aware MPI
  • Remove deprecated tileBcastToSet variant that has asserted false for the last 4 years
  • Allow trsmA to receive tiles directly on device

On 4 nodes of Frontier w/ GPU-aware MPI, this PR improves trsmA by about 10%.

@neil-lindquist neil-lindquist mentioned this pull request Oct 10, 2023
@neil-lindquist neil-lindquist force-pushed the neil/cleanup-gpu-mpi branch 2 times, most recently from b75bdea to 541263b Compare December 11, 2023 20:57
@neil-lindquist neil-lindquist marked this pull request as ready for review December 11, 2023 21:10
@mgates3 mgates3 mentioned this pull request Jan 5, 2024
11 tasks
@mgates3 mgates3 merged commit d0447de into icl-utk-edu:master Jan 5, 2024
8 checks passed
@neil-lindquist neil-lindquist deleted the neil/cleanup-gpu-mpi branch January 5, 2024 20:11
mgates3 added a commit that referenced this pull request Jan 5, 2024
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.

2 participants