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

Store/cache intermediary results for MMD (and others?) #31

Open
lannelin opened this issue Feb 28, 2023 · 1 comment
Open

Store/cache intermediary results for MMD (and others?) #31

lannelin opened this issue Feb 28, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@lannelin
Copy link
Contributor

MMD calculates AA, BB, AB
AA and BB will be reused for other MMD calculations (between other pairs). We should have the option to cache the results so we're not computing this expensive operation multiple times.

@jack89roberts
Copy link
Contributor

jack89roberts commented Feb 28, 2023

Could see if CuML would be helpful (for a speedup, not a cache), e.g.

@lannelin lannelin added the enhancement New feature or request label Mar 22, 2023
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

2 participants