From 50b9d95de535618a76774922be9027269164fdd5 Mon Sep 17 00:00:00 2001 From: Hugh Delaney Date: Thu, 13 Jun 2024 10:13:05 +0100 Subject: [PATCH] Use sycl/sycl.hpp instead of CL/sycl.hpp CL/sycl.hpp is deprecated. --- test/conformance/device_code/cpy_and_mult.cpp | 2 +- test/conformance/device_code/cpy_and_mult_usm.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/conformance/device_code/cpy_and_mult.cpp b/test/conformance/device_code/cpy_and_mult.cpp index a2bdaccf55..2273ef1b20 100644 --- a/test/conformance/device_code/cpy_and_mult.cpp +++ b/test/conformance/device_code/cpy_and_mult.cpp @@ -3,7 +3,7 @@ // See LICENSE.TXT // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -#include +#include int main() { size_t array_size = 16; diff --git a/test/conformance/device_code/cpy_and_mult_usm.cpp b/test/conformance/device_code/cpy_and_mult_usm.cpp index e253dfe14b..eea67f3152 100644 --- a/test/conformance/device_code/cpy_and_mult_usm.cpp +++ b/test/conformance/device_code/cpy_and_mult_usm.cpp @@ -3,7 +3,7 @@ // See LICENSE.TXT // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -#include +#include int main() { size_t array_size = 16;