xinntao / Real-ESRGAN-ncnn-vulkan

NCNN implementation of Real-ESRGAN. Real-ESRGAN aims at developing Practical Algorithms for General Image Restoration.
https://github.com/xinntao/Real-ESRGAN
Other
1.42k stars 170 forks source link

Use GPU on M2 Mac? #49

Open revans23 opened 1 year ago

revans23 commented 1 year ago

I've successfully gotten this implemented and running on my M2 Mac, but is it possible to get it to use the GPU instead of the CPU? I was guessing 'no' because it's not Metal, but thought I'd ask.