opencv/modules/core/src/opencl/runtime
JoeHowse 34183237ce
Merge pull request #20203 from JoeHowse:clMath-patches
Fix dynamic loading of clBLAS and clFFT (formerly, clAmdBlas and clAmdFft)

* Fix dynamic loading of clBLAS and clFFT

* Update filenames and function names for clBLAS (formerly, clAmdBlas)

* Update filenames and function names for clFFT (formerly, clAmdFft)

* Uncomment teardown of clFFT; tear down clFFT in same way as clBLAS

* Fix generators for clBLAS and clFFT headers

* Update generators to parse recent clBLAS and clFFT library headers

* Update generators to be compatible with Python 3

* Re-generate OpenCV's clBLAS and clFFT headers

* Update function calls to match names in newly generated headers

* Disable (and comment on) teardown code for clBLAS and clFFT

* Renaming *clamd* files

* Renaming *clamdblas* files to *clblas*

* Renaming *clamdfft* files to *clfft*

* Update generator for CL headers

* Update generator to be compatible with Python 3
2021-06-07 20:24:27 +00:00
..
autogenerated Merge pull request #20203 from JoeHowse:clMath-patches 2021-06-07 20:24:27 +00:00
generator Merge pull request #20203 from JoeHowse:clMath-patches 2021-06-07 20:24:27 +00:00
opencl_clblas.cpp Merge pull request #20203 from JoeHowse:clMath-patches 2021-06-07 20:24:27 +00:00
opencl_clfft.cpp Merge pull request #20203 from JoeHowse:clMath-patches 2021-06-07 20:24:27 +00:00
opencl_core.cpp Android OpenCL support 2020-09-29 21:55:31 +09:00
runtime_common.hpp