13 #include <CL/sycl.hpp>
15 namespace Acts::Sycl {
17 : m_defaultSelector(cl::sycl::default_selector()),
18 m_deviceName(deviceName){};
22 const std::string vendor = d.get_info<cl::sycl::info::device::vendor>();
24 if ((vendor.find(
"NVIDIA") != std::string::npos) &&
25 (version.find(
"OpenCL") != std::string::npos)) {