imxieyi/waifu2x-ios

Both GPUs in Mac Pro aren't being used.

HumerousGorgon opened this issue · 1 comments

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!

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).