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

Compact legendre polynomials #164

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

lukasm91
Copy link
Collaborator

Legendre polynomials don't need to be stored zero-padded, we can just concatenate them with proper zero padding.

E.g. on tco2559, this saves up to almost 40GB per rank (used to be 64 GB, now it is 26 GB). Initially, we did this for Leonardo, because legendre coefficients used almost the whole device memory.

@lukasm91 lukasm91 changed the base branch from main to develop October 16, 2024 11:34
@samhatfield samhatfield added the enhancement New feature or request label Oct 17, 2024
@lukasm91 lukasm91 marked this pull request as draft October 30, 2024 09:07
@lukasm91
Copy link
Collaborator Author

(convert to draft for the moment ==> it is fnished but we should first merge the other PR, then rebase and review)

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