Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
namespace compute = boost::compute;
18
19
BOOST_AUTO_TEST_CASE(platform_count)
20
{
21
BOOST_CHECK(compute::system::platform_count() >= 1);
22
}
23
24
BOOST_AUTO_TEST_CASE(device_count)
25
{
Callers
nothing calls this directly
Calls
3
context
Class · 0.50
id
Method · 0.45
name
Method · 0.45
Tested by
no test coverage detected