Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit baf3ff5

Browse files
[SYCL] Use <CL/sycl.hpp> include in recent USM tests (#1065)
Aligns the tests with all other existing ones and addresses a downstream issue for us.
1 parent b487206 commit baf3ff5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SYCL/USM/alloc_functions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
//
1313
//===----------------------------------------------------------------------===//
1414

15-
#include <sycl.hpp>
15+
#include <CL/sycl.hpp>
1616

1717
#include <iostream>
1818
#include <tuple>

SYCL/USM/allocator_rebind.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
//
1313
//===----------------------------------------------------------------------===//
1414

15-
#include <sycl.hpp>
15+
#include <CL/sycl.hpp>
1616

1717
#include <iostream>
1818

0 commit comments

Comments
 (0)