MCPcopy 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
17BOOST_AUTO_TEST_CASE(platform_count)
18{
19 BOOST_CHECK(boost::compute::system::platform_count() >= 1);
20}
21
22BOOST_AUTO_TEST_CASE(device_count)
23{

Callers

nothing calls this directly

Calls 2

idMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected