Skip to content

Commit 50b9d95

Browse files
author
Hugh Delaney
committed
Use sycl/sycl.hpp instead of CL/sycl.hpp
CL/sycl.hpp is deprecated.
1 parent 3077fd4 commit 50b9d95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/conformance/device_code/cpy_and_mult.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// See LICENSE.TXT
44
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55

6-
#include <CL/sycl.hpp>
6+
#include <sycl/sycl.hpp>
77

88
int main() {
99
size_t array_size = 16;

test/conformance/device_code/cpy_and_mult_usm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// See LICENSE.TXT
44
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55

6-
#include <CL/sycl.hpp>
6+
#include <sycl/sycl.hpp>
77

88
int main() {
99
size_t array_size = 16;

0 commit comments

Comments
 (0)