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

Upgrade: EME Algorithm Vectorization #16

Open
hammy4815 opened this issue Jun 20, 2022 · 1 comment
Open

Upgrade: EME Algorithm Vectorization #16

hammy4815 opened this issue Jun 20, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@hammy4815
Copy link
Collaborator

Currently the mode overlaps are computed with vectorized numpy matrix inner products. However, various modes and various layers are accessed via lots of loops (literal while and for loops). There could be some speed improvements if we vectorize the entire process. Or conditional vectorization based on the optical resolution of each 2d grid. If it's super dense, vectorizing across modes as well may require too much memory.

@hammy4815 hammy4815 added the enhancement New feature or request label Jun 20, 2022
@hammy4815
Copy link
Collaborator Author

I've completed the vectorization, currently on new branch testing changes before merge

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

No branches or pull requests

1 participant