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

Function BOOST_AUTO_TEST_CASE

test/test_command_queue.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30namespace compute = boost::compute;
31
32BOOST_AUTO_TEST_CASE(get_context)
33{
34 BOOST_VERIFY(queue.get_context() == context);
35 BOOST_VERIFY(queue.get_info<CL_QUEUE_CONTEXT>() == context.get());
36}
37
38BOOST_AUTO_TEST_CASE(get_device)
39{

Callers

nothing calls this directly

Calls 15

dimFunction · 0.85
enqueue_write_bufferMethod · 0.80
buildMethod · 0.80
enqueue_read_bufferMethod · 0.80
enqueue_native_kernelMethod · 0.80
fillFunction · 0.50

Tested by

no test coverage detected