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

Apply batching scheme to snapshot projection #215

Open
kent0 opened this issue Mar 24, 2024 · 1 comment
Open

Apply batching scheme to snapshot projection #215

kent0 opened this issue Mar 24, 2024 · 1 comment
Assignees

Comments

@kent0
Copy link
Collaborator

kent0 commented Mar 24, 2024

Currently batching is applied to G and C generation (#214) which, for ns = 1000 and nb = 100, are O(1e6) gops. If we see 10x speedup on certain systems / np choices, the next biggest use of gop is snapshot coefficient generation (O(1e5) using the above parameters) so that should be addressed. The next step after that is the matrix operators (A, B, etc.), but that should be done after this step.

@kent0 kent0 self-assigned this Mar 24, 2024
@kent0
Copy link
Collaborator Author

kent0 commented Mar 27, 2024

Submitted PR (#217)

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

No branches or pull requests

1 participant