A class representing a command queue.  
 More...
#include <command_queue.hpp>
A class representing a command queue. 
Definition at line 45 of file command_queue.hpp.
  
  | 
        
          | viennacl::ocl::command_queue::command_queue | ( |  | ) |  |  | inline | 
 
 
  
  | 
        
          | viennacl::ocl::command_queue::command_queue | ( | command_queue const & | other | ) |  |  | inline | 
 
 
  
  | 
        
          | void viennacl::ocl::command_queue::finish | ( |  | ) | const |  | inline | 
 
Waits until all kernels in the queue have finished their execution. 
Definition at line 70 of file command_queue.hpp.
 
 
  
  | 
        
          | void viennacl::ocl::command_queue::flush | ( |  | ) | const |  | inline | 
 
Waits until all kernels in the queue have started their execution. 
Definition at line 76 of file command_queue.hpp.
 
 
  
  | 
        
          | bool viennacl::ocl::command_queue::operator== | ( | command_queue const & | other | ) | const |  | inline | 
 
 
The documentation for this class was generated from the following file: