| 22 | boost::compute::command_queue queue; |
| 23 | |
| 24 | Context() : |
| 25 | device ( boost::compute::system::default_device() ), |
| 26 | context( boost::compute::system::default_context() ), |
| 27 | queue ( boost::compute::system::default_queue() ) |
| 28 | {} |
| 29 | }; |
| 30 | |
| 31 | BOOST_FIXTURE_TEST_SUITE(compute_test, Context) |
nothing calls this directly
no outgoing calls
no test coverage detected