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

Commit feaf01c

Browse files
[SYCL] Change CL/sycl/ to sycl/
Also, CL/sycl.hpp -> sycl/sycl.hpp. This change is complementary to intel/llvm#6407.
1 parent b67c7db commit feaf01c

File tree

602 files changed

+633
-634
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

602 files changed

+633
-634
lines changed

SYCL/AOT/Inputs/aot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===---------------------------------------------------------------------===//
88

9-
#include <CL/sycl.hpp>
9+
#include <sycl/sycl.hpp>
1010

1111
#include <array>
1212
#include <iostream>

SYCL/Assert/Inputs/kernels_in_file2.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <CL/sycl.hpp>
1+
#include <sycl/sycl.hpp>
22

33
SYCL_EXTERNAL int calculus(int X);
44

SYCL/Assert/assert_in_kernels.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#include <CL/sycl.hpp>
21
#include <cassert>
32
#include <iostream>
3+
#include <sycl/sycl.hpp>
44

55
using namespace cl::sycl;
66
using namespace cl::sycl::access;

SYCL/Assert/assert_in_multiple_tus.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "Inputs/kernels_in_file2.hpp"
2-
#include <CL/sycl.hpp>
32
#include <iostream>
3+
#include <sycl/sycl.hpp>
44

55
#ifdef DEFINE_NDEBUG_INFILE1
66
#define NDEBUG

SYCL/Assert/assert_in_one_kernel.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#include <CL/sycl.hpp>
21
#include <cassert>
32
#include <iostream>
3+
#include <sycl/sycl.hpp>
44

55
using namespace cl::sycl;
66
using namespace cl::sycl::access;

SYCL/Assert/assert_in_simultaneous_kernels.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#include <CL/sycl.hpp>
21
#include <cassert>
32
#include <cstdio>
43
#include <iostream>
4+
#include <sycl/sycl.hpp>
55
#include <thread>
66

77
using namespace cl::sycl;

SYCL/Assert/assert_in_simultaneously_multiple_tus.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
// CHECK-ACC: The test ended.
2424

2525
#include "Inputs/kernels_in_file2.hpp"
26-
#include <CL/sycl.hpp>
2726
#include <cstdio>
2827
#include <iostream>
28+
#include <sycl/sycl.hpp>
2929
#include <thread>
3030

3131
#ifdef DEFINE_NDEBUG_INFILE1

SYCL/AtomicRef/accessor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55

6-
#include <CL/sycl.hpp>
76
#include <algorithm>
87
#include <cassert>
98
#include <iostream>
109
#include <numeric>
10+
#include <sycl/sycl.hpp>
1111
#include <vector>
1212
using namespace sycl;
1313
using namespace sycl::ext::oneapi;

SYCL/AtomicRef/add.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
#define TEST_GENERIC_IN_LOCAL 0
55
#endif
66

7-
#include <CL/sycl.hpp>
87
#include <algorithm>
98
#include <cassert>
109
#include <iostream>
1110
#include <numeric>
11+
#include <sycl/sycl.hpp>
1212
#include <type_traits>
1313
#include <vector>
1414

SYCL/AtomicRef/and.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
#define TEST_GENERIC_IN_LOCAL 0
55
#endif
66

7-
#include <CL/sycl.hpp>
87
#include <algorithm>
98
#include <cassert>
109
#include <iostream>
1110
#include <numeric>
11+
#include <sycl/sycl.hpp>
1212
#include <vector>
1313

1414
using namespace sycl;

0 commit comments

Comments
 (0)