GPU selection for Vision

I know that it's possible to select the GPU on which to run the Metal code. But is it possible to select the GPU for Vision?

Replies

Vision allows you to force a request to be run on the CPU. Otherwise Vision will pick the compute device automatically.

Vision will automatically pick the fastest processing device for a request. You can force it to run on CPU to free up GPU or the Neural Engine but as it depends on the algorithm you can't force it to run on GPU.