Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antmachineintelligence/mtgbmcode
/ BOOST_AUTO_TEST_CASE
Function
BOOST_AUTO_TEST_CASE
compute/test/test_system.cpp:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
#include <boost/compute/system.hpp>
16
17
BOOST_AUTO_TEST_CASE(platform_count)
18
{
19
BOOST_CHECK(boost::compute::system::platform_count() >= 1);
20
}
21
22
BOOST_AUTO_TEST_CASE(device_count)
23
{
Callers
nothing calls this directly
Calls
2
id
Method · 0.45
name
Method · 0.45
Tested by
no test coverage detected