Blocks until all outstanding computations on the default command queue are complete. This is equivalent to: \code system::default_queue().finish(); \endcode
| 170 | /// system::default_queue().finish(); |
| 171 | /// \endcode |
| 172 | static void finish() |
| 173 | { |
| 174 | default_queue().finish(); |
| 175 | } |
| 176 | |
| 177 | /// Returns a vector containing each of the OpenCL platforms on the system. |
| 178 | /// |
no outgoing calls