MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / Context

Method Context

compute/test/context_setup.hpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
31BOOST_FIXTURE_TEST_SUITE(compute_test, Context)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected