av_table memory usage scales with the number of ranks and it can be very large to stay in HBM. Move it to DDR to save the HBM for applications.
Pull Request Description
Author Checklist
[x] Provide Description
Particularly focus on why, not what. Reference background, issues, test failures, xfail entries, etc.
[x] Commits Follow Good Practice
Commits are self-contained and do not do two things at once.
Commit message is of the form: module: short description
Commit message explains what's in the commit.
[x] Passes All Tests
Whitespace checker. Warnings test. Additional tests via comments.
[x] Contribution Agreement
For non-Argonne authors, check contribution agreement.
If necessary, request an explicit comment from your companies PR approval manager.
av_table memory usage scales with the number of ranks and it can be very large to stay in HBM. Move it to DDR to save the HBM for applications.
Pull Request Description
Author Checklist
module: short description
Commit message explains what's in the commit.