I've been trying to figure out if a specific OpenCV (3.4) method has an OpenCL implementation backing it. I found this thread:
How to know if an OpenCV 3.0 algorithm has an OpenCL implementation in the transparent API
Which I interpret as 'run the code with a GPU profiler and see what happens' but that seems like a very inefficient approach. Is there a more systematic way I could find opencl implementations?
The reason I would like this information is that I'd like to avoid passing data to device when no gain can be achieved.