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

Both GPUs in Mac Pro aren't being used. #64

Open
HumerousGorgon opened this issue Jan 26, 2023 · 1 comment
Open

Both GPUs in Mac Pro aren't being used. #64

HumerousGorgon opened this issue Jan 26, 2023 · 1 comment

Comments

@HumerousGorgon
Copy link

Hey there! Loving the project, throwing some real_esrgan upscaling at my Mac Pro and I'm noticing that both my 5700XT's aren't being used.
image

As you can see, only a single GPU is being used. Is this a simple scaling error or command line argument I've inputted wrong, or does it require rewriting parts of the app?

Thanks!

@imxieyi imxieyi transferred this issue from imxieyi/waifu2x-mac Jan 26, 2023
@imxieyi
Copy link
Owner

imxieyi commented Jan 26, 2023

This is is related to waifu2x-ios on Mac. Transferred here.

Core ML doesn't support using multiple GPUs at the same time.

However, this app has implemented parallel processing for multiple input items. First make sure you have added more than 1 item. Then please turn on Advanced mode and scroll to the bottom. There you will find a section called Parallel Processing where you can enable multiple GPUs.

Unfortunately this option is only available in GUI mode. CLI doesn't support specifying which GPU to run on (but supports ANE vs 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