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

Question: SIMD support in the worker #109

Closed
codri opened this issue Jul 18, 2018 · 2 comments
Closed

Question: SIMD support in the worker #109

codri opened this issue Jul 18, 2018 · 2 comments

Comments

@codri
Copy link

codri commented Jul 18, 2018

Looking at it can't find any reference of SIMD support in the worker.

Haven't had the chance to look more thoroughly at the project, but I assume it serializes the worker task and sends it accross the network(i'm interested in the distributed usage) where the job is launched as a thread.

It would be great to also be able to execute SIMD within each thread, as usually each physical core has a SIMD engine.

Is SIMD supported in workers? If, so, how about libraries like faster(https://github.com/AdamNiederer/faster)

@frankmcsherry
Copy link
Member

The workers run the code that you write. If you write code that uses SIMD, they will use SIMD.

@codri
Copy link
Author

codri commented Jul 19, 2018

Great, thank you.

@codri codri closed this as completed Jul 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants