1 | initial version |
@Mary-Ann, my opencv version is 3.4.2 and I got the same waring "[ WARN:0] DNN: OpenCL target is not supported with current OpenCL device (tested with Intel GPUs only), switching to CPU." After googling, i found the reason. https://github.com/opencv/opencv/pull/11494 https://github.com/opencv/opencv/pull/11557 because of those issues, it seems to force switching CPU if GPU is not Intel and the InteGPU is only supported now.