Struct Acts::Sycl::DeviceSelector

struct DeviceSelector : public device_selector

Custom device selector that refuses to select NVIDIA OpenCL backends.

It is also possible to the tell the selector explicitly which device we want to use by providing a substring of the preferred device’s name.

Public Functions

DeviceSelector(const std::string &deviceName = "")
int operator()(const cl::sycl::device &d) const