We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f6bce commit ef344c2Copy full SHA for ef344c2
sycl/doc/GetStartedGuide.md
@@ -756,7 +756,6 @@ int main() {
756
using namespace sycl::info;
757
758
const std::string DeviceName = Device.get_info<device::name>();
759
- const std::string DeviceVendor = Device.get_info<device::vendor>();
760
bool match = Device.is_gpu() && (DeviceName.find("HD Graphics NEO") != std::string::npos);
761
return match ? 1 : -1;
762
};
0 commit comments