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

Function BOOST_AUTO_TEST_CASE

test/test_command_queue.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 15

fillFunction · 0.85
dimFunction · 0.85
enqueue_write_bufferMethod · 0.80
buildMethod · 0.80
enqueue_read_bufferMethod · 0.80
check_versionMethod · 0.80
enqueue_native_kernelMethod · 0.80
get_contextMethod · 0.45

Tested by

no test coverage detected