Skip to content

Commit ef344c2

Browse files
committed
reviewer feedback
1 parent 68f6bce commit ef344c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sycl/doc/GetStartedGuide.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,6 @@ int main() {
756756
using namespace sycl::info;
757757
758758
const std::string DeviceName = Device.get_info<device::name>();
759-
const std::string DeviceVendor = Device.get_info<device::vendor>();
760759
bool match = Device.is_gpu() && (DeviceName.find("HD Graphics NEO") != std::string::npos);
761760
return match ? 1 : -1;
762761
};

0 commit comments

Comments
 (0)