Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/compute
/ throw_no_device_found
Function
throw_no_device_found
test/test_no_device_found.cpp:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
#include <boost/compute/exception/no_device_found.hpp>
15
16
void throw_no_device_found()
17
{
18
throw boost::compute::no_device_found();
19
}
20
21
BOOST_AUTO_TEST_CASE(what)
22
{
Callers
1
BOOST_AUTO_TEST_CASE
Function · 0.85
Calls
1
no_device_found
Class · 0.85
Tested by
no test coverage detected