I am new to this topic completely. My program is about finding defective pixels in screen. I have my program written in Python using many libraries of OpenCV. It runs fine on CPU but takes time and would like to get this running on GPU, I have GeForce GT 1080Ti installed .
I tried to work on PyCUDA but its difficult to write kernal for every opencv library being used.
Any suggestions how can i proceed further or start over?