File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 7
7
// RUN: %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER
8
8
// RUN: %ACC_RUN_PLACEHOLDER %t.out %ACC_CHECK_PLACEHOLDER
9
9
10
- #include < CL/sycl.hpp>
10
+ #include < sycl/ext/oneapi/experimental/builtins.hpp>
11
+ #include < sycl/sycl.hpp>
11
12
12
13
#include < cstdint>
13
14
#include < iostream>
14
15
15
- using namespace cl :: sycl;
16
+ using namespace sycl ;
16
17
17
18
// According to OpenCL C spec, the format string must be in constant address
18
19
// space
Original file line number Diff line number Diff line change 20
20
21
21
#include " esimd_test_utils.hpp"
22
22
23
- #include < CL/sycl.hpp>
24
23
#include < sycl/ext/intel/esimd.hpp>
24
+ #include < sycl/ext/oneapi/experimental/builtins.hpp>
25
+ #include < sycl/sycl.hpp>
25
26
26
27
#include < cstdint>
27
28
#include < iostream>
28
29
29
- using namespace cl :: sycl::ext;
30
+ using namespace sycl ::ext;
30
31
31
32
// According to OpenCL C spec, the format string must be in constant address
32
33
// space
You can’t perform that action at this time.
0 commit comments