...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards
...one of the most highly regarded and expertly designed C++ library projects in the world.
boost::compute::no_device_found — Exception thrown when no OpenCL device is found.
// In header: <boost/compute/exception/no_device_found.hpp> class no_device_found : public exception { public: // construct/copy/destruct no_device_found(); ~no_device_found(); // public member functions const char * what() const; };
Это исключение выпадает, когда не может быть найдено действительное устройство OpenCL.
Смотрите также:
opencl_error
no_device_found
no_device_found();
~no_device_found();
constchar*what()const;
Статья Class no_device_found раздела Chapter 1. Boost.Compute Reference может быть полезна для разработчиков на c++ и boost.
Материалы статей собраны из открытых источников, владелец сайта не претендует на авторство. Там где авторство установить не удалось, материал подаётся без имени автора. В случае если Вы считаете, что Ваши права нарушены, пожалуйста, свяжитесь с владельцем сайта.
:: Главная :: Reference ::
реклама