MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / finish

Method finish

compute/include/boost/compute/system.hpp:172–175  ·  view source on GitHub ↗

Blocks until all outstanding computations on the default command queue are complete. This is equivalent to: \code system::default_queue().finish(); \endcode

Source from the content-addressed store, hash-verified

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 ///

Callers 15

paintGLMethod · 0.45
mainFunction · 0.45
RenderMethod · 0.45
updateParticlesMethod · 0.45
paintGLMethod · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
test_fillFunction · 0.45
test_fill_nFunction · 0.45

Calls

no outgoing calls

Tested by 15

BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
test_fillFunction · 0.36
test_fill_nFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36