1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Merge pull request #10959 from alalek:cmake_ocl4dnn

This commit is contained in:
Alexander Alekhin
2018-03-07 10:26:14 +00:00
32 changed files with 124 additions and 80 deletions
+1 -1
View File
@@ -47,9 +47,9 @@
#include "opencv2/core/hal/hal.hpp"
#include "opencv2/core/hal/intrin.hpp"
#include <iostream>
#include "opencl_kernels_dnn.hpp"
#ifdef HAVE_OPENCL
#include "opencl_kernels_dnn.hpp"
using namespace cv::dnn::ocl4dnn;
#endif