JayBeams
0.1
Another project to have fun coding.
|
#include <boost/compute/device.hpp>
#include <boost/compute/system.hpp>
Go to the source code of this file.
Namespaces | |
jb | |
The top-level namespace for the JayBeams library. | |
jb::opencl | |
Wrappers for the OpenCL library. | |
jb::opencl::detail | |
Functions | |
boost::compute::device | jb::opencl::device_selector (config const &cfg) |
Select an OpenCL device matching the current configuration. More... | |
boost::compute::device | jb::opencl::device_selector () |
Return the default OpenCL device. More... | |
template<typename Filter > | |
boost::compute::device | jb::opencl::detail::best_device (Filter filter, char const *filter_name) |
Return the best available device of the given type. More... | |