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 7da4a02 commit 7ebc9d2Copy full SHA for 7ebc9d2
sycl/test-e2e/Basic/info.cpp
@@ -208,7 +208,6 @@ int main() {
208
std::string separator(std::string(80, '-') + "\n");
209
std::cout << separator << "Device information\n" << separator;
210
device dev(default_selector_v);
211
- const sycl::backend Backend = dev.get_backend();
212
213
print_info<info::device::device_type, info::device_type>(dev, "Device type");
214
print_info<info::device::vendor_id, std::uint32_t>(dev, "Vendor ID");
0 commit comments