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

Allow for Parallel Utilization #8

Open
kkappler opened this issue Jan 1, 2021 · 0 comments
Open

Allow for Parallel Utilization #8

kkappler opened this issue Jan 1, 2021 · 0 comments

Comments

@kkappler
Copy link
Collaborator

kkappler commented Jan 1, 2021

This is desired and not required.

The natural parallel use case in this project is TF estimation, which is embarasingly paralelisable over each Fourier coefficient index. It is not clear however what the vision is for MTH5 specifically ... what aspect would parallize, ...

So, one way to do this is to use simple parallel python to do TF estimation (probably in the springtime).
This serves two purposes: 1. it provides breadcrumbs for a future user/collaborator for harnessing parallization 2. It will serve as a benchmark by which we can compare the effectiveness of dask, ray, or any of the prepackaged parallelizations

@kkappler kkappler added this to the Element 1 milestone Jan 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant