core/ocl: move opencl dynamic runtime from ocl module
authorAlexander Alekhin <alexander.alekhin@itseez.com>
Thu, 21 Nov 2013 08:17:16 +0000 (12:17 +0400)
committerAlexander Alekhin <alexander.alekhin@itseez.com>
Wed, 11 Dec 2013 11:56:54 +0000 (15:56 +0400)
commit381d7851b7aeea72e71b588a4e3237061963fc1f
treeb62728f41b8c3f2b9c516d4ad86424eaae98fa11
parentb5cdc03b8143c9a1645e4b99026f073c1c490f81
core/ocl: move opencl dynamic runtime from ocl module
21 files changed:
modules/core/src/opencl/runtime/generator/common.py [moved from modules/ocl/src/cl_runtime/generator/common.py with 100% similarity]
modules/core/src/opencl/runtime/generator/generate.sh [moved from modules/ocl/src/cl_runtime/generator/generate.sh with 100% similarity]
modules/core/src/opencl/runtime/generator/parser_cl.py [moved from modules/ocl/src/cl_runtime/generator/parser_cl.py with 100% similarity]
modules/core/src/opencl/runtime/generator/parser_clamdblas.py [moved from modules/ocl/src/cl_runtime/generator/parser_clamdblas.py with 100% similarity]
modules/core/src/opencl/runtime/generator/parser_clamdfft.py [moved from modules/ocl/src/cl_runtime/generator/parser_clamdfft.py with 100% similarity]
modules/core/src/opencl/runtime/generator/template/ocl_clamdblas_runtime.cpp.in [moved from modules/ocl/src/cl_runtime/generator/template/clamdblas_runtime.cpp.in with 100% similarity]
modules/core/src/opencl/runtime/generator/template/ocl_clamdblas_runtime.hpp.in [moved from modules/ocl/src/cl_runtime/generator/template/clamdblas_runtime.hpp.in with 100% similarity]
modules/core/src/opencl/runtime/generator/template/ocl_clamdfft_runtime.cpp.in [moved from modules/ocl/src/cl_runtime/generator/template/clamdfft_runtime.cpp.in with 100% similarity]
modules/core/src/opencl/runtime/generator/template/ocl_clamdfft_runtime.hpp.in [moved from modules/ocl/src/cl_runtime/generator/template/clamdfft_runtime.hpp.in with 100% similarity]
modules/core/src/opencl/runtime/generator/template/ocl_runtime_impl_opencl.hpp.in [moved from modules/ocl/src/cl_runtime/generator/template/cl_runtime_impl_opencl.hpp.in with 100% similarity]
modules/core/src/opencl/runtime/generator/template/ocl_runtime_opencl.hpp.in [moved from modules/ocl/src/cl_runtime/generator/template/cl_runtime_opencl.hpp.in with 100% similarity]
modules/core/src/opencl/runtime/generator/template/ocl_runtime_opencl_wrappers.hpp.in [moved from modules/ocl/src/cl_runtime/generator/template/cl_runtime_opencl_wrappers.hpp.in with 100% similarity]
modules/ocl/include/opencv2/ocl/cl_runtime/cl_runtime.hpp [deleted file]
modules/ocl/include/opencv2/ocl/cl_runtime/cl_runtime_opencl.hpp [deleted file]
modules/ocl/include/opencv2/ocl/cl_runtime/cl_runtime_opencl_wrappers.hpp [deleted file]
modules/ocl/include/opencv2/ocl/cl_runtime/clamdblas_runtime.hpp [deleted file]
modules/ocl/include/opencv2/ocl/cl_runtime/clamdfft_runtime.hpp [deleted file]
modules/ocl/src/cl_runtime/cl_runtime.cpp [deleted file]
modules/ocl/src/cl_runtime/cl_runtime_opencl_impl.hpp [deleted file]
modules/ocl/src/cl_runtime/clamdblas_runtime.cpp [deleted file]
modules/ocl/src/cl_runtime/clamdfft_runtime.cpp [deleted file]