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

Function BOOST_AUTO_TEST_CASE

test/test_system.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17namespace compute = boost::compute;
18
19BOOST_AUTO_TEST_CASE(platform_count)
20{
21 BOOST_CHECK(compute::system::platform_count() >= 1);
22}
23
24BOOST_AUTO_TEST_CASE(device_count)
25{

Callers

nothing calls this directly

Calls 3

contextClass · 0.50
idMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected