|
ViennaCL - The Vienna Computing Library
1.5.1
|
A class representing a command queue. More...
#include <command_queue.hpp>
Public Member Functions | |
| command_queue () | |
| command_queue (viennacl::ocl::handle< cl_command_queue > h) | |
| command_queue (command_queue const &other) | |
| command_queue & | operator= (command_queue const &other) |
| bool | operator== (command_queue const &other) const |
| void | finish () const |
| Waits until all kernels in the queue have finished their execution. More... | |
| void | flush () const |
| Waits until all kernels in the queue have started their execution. More... | |
| viennacl::ocl::handle < cl_command_queue > const & | handle () const |
| viennacl::ocl::handle < cl_command_queue > & | handle () |
A class representing a command queue.
|
inline |
|
inline |
|
inline |
|
inline |
Waits until all kernels in the queue have finished their execution.
|
inline |
Waits until all kernels in the queue have started their execution.
|
inline |
|
inline |
|
inline |
|
inline |
1.8.6