Device selectors enable DPC++ runtime to choose the best devices based on heuristics specified by the user, or by one of the built-in selectors. More...
Classes | |
class | sycl::_V1::accelerator_selector |
The default selector chooses the first available SYCL device. More... | |
Functions | |
class | sycl::_V1::__SYCL2020_DEPRECATED ("Use SYCL 2020 callable device selectors instead.") device_selector |
The SYCL 1.2.1 device_selector class provides ability to choose the best SYCL device based on heuristics specified by the user. More... | |
Device selectors enable DPC++ runtime to choose the best devices based on heuristics specified by the user, or by one of the built-in selectors.
class sycl::_V1::__SYCL2020_DEPRECATED | ( | "Use SYCL 2020 callable device selectors instead." | ) |
The SYCL 1.2.1 device_selector class provides ability to choose the best SYCL device based on heuristics specified by the user.
Definition at line 1 of file device_selector.hpp.