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

Merge pull request #13240 from dbudniko:dbudniko/gapi_gpu_to_ocl_renaming

G-API rename GPU backend to OCL backend (#13240)

* renaming draft

* inline namespace instead non-safe define

* more back compatibility

* Updates after review from Dmitry
This commit is contained in:
Dmitry Budnikov
2018-11-29 16:29:11 +03:00
committed by Alexander Alekhin
parent 4fb9bce79f
commit 6374b99a1a
21 changed files with 553 additions and 464 deletions
@@ -7,7 +7,6 @@
#include "../test_precomp.hpp"
#include "../common/gapi_operators_tests.hpp"
#include "opencv2/gapi/gpu/core.hpp"
#define CORE_GPU cv::gapi::core::gpu::kernels()