MCPcopy Create free account
hub / github.com/boostorg/compute / flush

Method flush

include/boost/compute/command_queue.hpp:1506–1511  ·  view source on GitHub ↗

Flushes the command queue. \see_opencl_ref{clFlush}

Source from the content-addressed store, hash-verified

1504 ///
1505 /// \see_opencl_ref{clFlush}
1506 void flush()
1507 {
1508 BOOST_ASSERT(m_queue != 0);
1509
1510 clFlush(m_queue);
1511 }
1512
1513 /// Blocks until all outstanding commands in the queue have finished.
1514 ///

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64