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

Concurrency #39

Open
dievsky opened this issue Feb 24, 2021 · 0 comments
Open

Concurrency #39

dievsky opened this issue Feb 24, 2021 · 0 comments

Comments

@dievsky
Copy link
Contributor

dievsky commented Feb 24, 2021

It feels counterintuitive to utilize the extended CPU registers and to simultaneously ignore the multiple CPU cores.

We could introduce at least some sort of built-in concurrency to viktor. One approach is nd4j-like: you actually have to take additional steps to make it non-concurrent, otherwise it utilizes all the cores it can find. Another approach is to allow the user switching the concurrency on and off.

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