|
ViennaCL - The Vienna Computing Library
1.2.0
|
Enqueues kernels into command queues. More...
Go to the source code of this file.
Namespaces | |
| namespace | viennacl |
| namespace | viennacl::ocl |
Functions | |
| template<typename KernelType > | |
| void | enqueue (KernelType &k, viennacl::ocl::command_queue const &queue) |
| Enqueues a kernel in the provided queue. | |
| template<typename KernelType > | |
| void | enqueue (KernelType &k) |
| Convenience function that enqueues the provided kernel into the first queue of the currently active device in the currently active context. | |
Enqueues kernels into command queues.
1.8.1.2