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

Enable multithreaded CPU calculations with hemi #386

Open
ClarkMcGrew opened this issue Jun 29, 2023 · 0 comments
Open

Enable multithreaded CPU calculations with hemi #386

ClarkMcGrew opened this issue Jun 29, 2023 · 0 comments
Labels
feature/enhancement ✨ New feature or request

Comments

@ClarkMcGrew
Copy link
Contributor

The HEMI code used by the Cache::Manager calculation is structured for a single CPU thread, but that's because the single-thread branch was used to make debugging easier. The multi-CPU flavor is a bit simple (not much control), but it would be easy to adapt for our needs.

@ClarkMcGrew ClarkMcGrew added the feature/enhancement ✨ New feature or request label Jun 29, 2023
@ClarkMcGrew ClarkMcGrew added this to the Future Release milestone Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/enhancement ✨ New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant