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

using only single GPU core #40

Open
Hahihula opened this issue Nov 16, 2024 · 4 comments
Open

using only single GPU core #40

Hahihula opened this issue Nov 16, 2024 · 4 comments

Comments

@Hahihula
Copy link

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 ?

@AsherJingkongChen
Copy link

AsherJingkongChen commented Nov 16, 2024

Screenshot? I have not seen Arc's monitor.

@jdeinlein
Copy link

Windows doesn't seem to have the same problem, it runs at about 4 to 8 steps/s on an A770 for me.

@ArthurBrussee
Copy link
Owner

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!

@jdeinlein
Copy link

Windows doesn't seem to have the same problem, it runs at about 4 to 8 steps/s on an A770 for me.

I finally got around to testing it on Linux and you are correct, performance is much worse at only around 1 Steps/s.
Snapshot_2024-11-22_21-16-47

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

4 participants