-
Notifications
You must be signed in to change notification settings - Fork 32
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
using only single GPU core #40
Comments
Screenshot? I have not seen Arc's monitor. |
Windows doesn't seem to have the same problem, it runs at about 4 to 8 steps/s on an A770 for me. |
Hiya! I'm not sure I quite understand - the concept of cores normally isn't really something a program controls at all on the GPU. I just submit work to the driver, so this might be a problem of your configuration (Linux?). lastly, I've also never seen a panel showing usage per core. Are you sure it's not the CPU cores? Indeed submitting work is mostly single threaded atm, but that doesn't matter as the GPU is the botteneck. Do need to get things faster than 1.5steps/s! |
When I am trying to run on Linux on Intel Arc Graphics, it's using only one of the 8 cores. This way It's reaching only 1.5 steps/s. Is there a way to configure it to use multiple GPUs ?
The text was updated successfully, but these errors were encountered: