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

Bug/Feature request: Only one cpu core used at time #28

Open
rasovica opened this issue Sep 15, 2017 · 2 comments
Open

Bug/Feature request: Only one cpu core used at time #28

rasovica opened this issue Sep 15, 2017 · 2 comments

Comments

@rasovica
Copy link

Hello,

I am wondering why there is only one cpu core used at one time.
screenshot from 2017-09-15 10-20-28
As you can see other cores are not busy at all

@robvanmieghem
Copy link
Owner

@rasovica Most of the work is done in the gpu through a blocking opencl kernel execution call, the go runtime schedules the go routines as it sees fit. Also how many gpu's do you have in that system?

@rasovica
Copy link
Author

Well 1, but i thought that if i enabled the cpu it would mine both cpu and gpu

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