Declares classes that organize the execution of OpenCL math kernels. More...


Go to the source code of this file.
Classes | |
| class | cl_algo::GF::Math::Mult |
Interface class for the mult kernel. More... | |
| class | cl_algo::GF::Math::Pown |
Interface class for the pown_ kernel. More... | |
Namespaces | |
| cl_algo | |
| Offers classes which set up kernel execution parameters and provide interfaces for the handling of memory objects. | |
| cl_algo::GF | |
| Offers classes associated with the Guided Filter algorithm. | |
| cl_algo::GF::Math | |
| Offers classes associated with mathematics operations. | |
Declares classes that organize the execution of OpenCL math kernels.
Each class hides the details of kernel execution. They initialize the necessary buffers, set up the workspaces, and run the kernels.
1.8.9.1