Merge pull request #13331 from dbudniko:dbudniko/gapi_gpu_to_ocl_renaming_patch

This commit is contained in:
Alexander Alekhin 2018-11-29 15:39:14 +00:00
commit 197285d12a
3 changed files with 4 additions and 20 deletions

View File

@ -14,15 +14,5 @@
#include "opencv2/gapi/ocl/goclkernel.hpp"
#define GAPI_GPU_KERNEL GAPI_OCL_KERNEL
namespace cv {
namespace gapi {
namespace core {
namespace gpu {
using namespace ocl;
} // namespace gpu
} // namespace core
} // namespace gapi
} // namespace cv
#endif // OPENCV_GAPI_GGPUKERNEL_HPP

View File

@ -14,14 +14,11 @@
namespace cv {
namespace gapi {
namespace core {
inline namespace ocl {
namespace ocl {
GAPI_EXPORTS GKernelPackage kernels();
} // inline namespace ocl
namespace gpu {
using namespace ocl;
} // namespace gpu
} // namespace ocl
} // namespace core
} // namespace gapi
} // namespace cv

View File

@ -14,14 +14,11 @@
namespace cv {
namespace gapi {
namespace imgproc {
inline namespace ocl {
namespace ocl {
GAPI_EXPORTS GKernelPackage kernels();
} // inline namespace ocl
namespace gpu {
using namespace ocl;
} // namespace gpu
} // namespace ocl
} // namespace imgproc
} // namespace gapi
} // namespace cv