syclreference.com
  1. SYCL
  2. | API Reference
  3. | Device Selectors

Device Selectors

Classes

cpu_selector

Implementation of a device_selector that selects a CPU device.

default_selector

Implementation of a device_selector that selects either a CPU or a GPU, and falls back to a host mode device if none can be found.

device_selector

Abstract class that can be implemented to tell the runtime how to perform device selection.

gpu_selector

Implementation of a device_selector that selects a GPU device.

host_selector

Implementation of a host_selector that selects the host device. This selector will always return a valid host device

syclreference.com — SYCL Reference Pages

Last updated: 2019-01-24 00:24:52 +0000