File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (C) 2022-2023 Intel Corporation
2+ * Copyright (C) 2022-2025 Intel Corporation
33 *
44 * SPDX-License-Identifier: MIT
55 *
99
1010#include " framework/test_case/test_case.h"
1111
12- #include < CL /sycl.hpp>
12+ #include < sycl /sycl.hpp>
1313
1414namespace SYCL {
1515namespace sycl = ::sycl;
Original file line number Diff line number Diff line change 11/*
2- * Copyright (C) 2022-2024 Intel Corporation
2+ * Copyright (C) 2022-2025 Intel Corporation
33 *
44 * SPDX-License-Identifier: MIT
55 *
@@ -43,9 +43,6 @@ void printDeviceInfo() {
4343 std::cout << " Using SYCL backend: " << backendToString[backend] << std::endl;
4444 std::cout << " Driver version: " << driverVersion << std::endl;
4545
46- if (backend == sycl::backend::opencl) {
47- std::cout << " OpenCL C version: " << device.get_info <sycl::info::device::opencl_c_version>() << std::endl;
48- }
4946 std::cout << " \t Device: " << deviceName << std::endl;
5047 std::cout << " \t\t Vendor:\t " << vendorName << std::endl;
5148 std::cout << " \t\t Type:\t " << deviceType << std::endl;
@@ -77,9 +74,6 @@ static void printAvailableDevices() {
7774 std::cout << " \t\t Vendor:\t " << vendorName << std::endl;
7875 std::cout << " \t\t Driver version:\t " << driverVersion << std::endl;
7976 std::cout << " \t\t Version:\t " << version << std::endl;
80- if (backend == sycl::backend::opencl) {
81- std::cout << " \t\t OpenCL C Version:\t " << device.get_info <sycl::info::device::opencl_c_version>() << std::endl;
82- }
8377
8478 std::cout << std::endl;
8579 }
You can’t perform that action at this time.
0 commit comments