File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change
1
+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
2
+ // See https://llvm.org/LICENSE.txt for license information.
3
+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4
+
1
5
#pragma once
2
6
3
7
#include < detail/plugin.hpp>
4
8
5
- using namespace cl ::sycl;
6
-
7
9
namespace pi {
8
- inline const char *GetBackendString (backend backend) {
10
+ inline const char *GetBackendString (cl::sycl:: backend backend) {
9
11
switch (backend) {
10
12
#define PI_BACKEND_STR (backend_name ) \
11
13
case cl::sycl::backend::backend_name: \
Original file line number Diff line number Diff line change
1
+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
2
+ // See https://llvm.org/LICENSE.txt for license information.
3
+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4
+
1
5
#pragma once
2
6
3
- #include < CL/sycl.hpp>
4
- #include < CL/sycl/detail/pi.hpp>
5
- #include < algorithm>
6
7
#include < detail/plugin.hpp>
7
8
8
9
using namespace cl ::sycl;
You can’t perform that action at this time.
0 commit comments