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

Thunder on multiple cores #342

Open
RijadAlisic opened this issue Jun 21, 2016 · 2 comments
Open

Thunder on multiple cores #342

RijadAlisic opened this issue Jun 21, 2016 · 2 comments

Comments

@RijadAlisic
Copy link

I've noticed Thunder only uses one core of the processor to analyze data - is there a way to run it on multiple cores locally?

@jwittenbach
Copy link
Contributor

@RijadAlisic Are you trying to using "local mode" or are you trying to run against Spark?

@freeman-lab
Copy link
Member

Assuming it's local, you can technically run Spark on a single machine, and leverage multiple cores, but running Spark locally also incurs a lot of overhead compared to the generic local numpy use, so I'm not sure it'd be worth it.

Looking ahead, we want to make dask an optional backend engine for thunder, alongside the current spark and numpy backends, and I think that will give a large boost to local multi-core performance.

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

3 participants