1234567891011121314151617181920212223 |
- #ifndef BOOST_COMPUTE_EXCEPTION_HPP
- #define BOOST_COMPUTE_EXCEPTION_HPP
- #include <boost/compute/exception/context_error.hpp>
- #include <boost/compute/exception/no_device_found.hpp>
- #include <boost/compute/exception/opencl_error.hpp>
- #include <boost/compute/exception/unsupported_extension_error.hpp>
- #endif
|