35 using Type = cl::sycl::cpu_selector;
41 using Type = cl::sycl::gpu_selector;
47 using Type = cl::sycl::host_selector;
enum class that defines supported devices types.
@ gpu
represents the gpu device.
@ host
represents the host device.
@ cpu
represents the cpu device.
cl::sycl::cpu_selector Type
cl::sycl::gpu_selector Type
cl::sycl::host_selector Type
this class is used to define different types of device for sycl
This fill contains features related to sycl devices.