File tree Expand file tree Collapse file tree 12 files changed +11
-11
lines changed
test-e2e/FreeFunctionCommands
unittests/Extensions/FreeFunctionCommands Expand file tree Collapse file tree 12 files changed +11
-11
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 74
74
#include < sycl/ext/intel/experimental/task_sequence_properties.hpp>
75
75
#include < sycl/ext/intel/experimental/usm_properties.hpp>
76
76
#include < sycl/ext/intel/usm_pointers.hpp>
77
- #include < sycl/ext/khr/free_function_commands.hpp>
78
77
#include < sycl/ext/oneapi/bfloat16.hpp>
79
78
#include < sycl/ext/oneapi/bindless_images.hpp>
80
79
#include < sycl/ext/oneapi/device_global/device_global.hpp>
123
122
#include < sycl/ext/oneapi/virtual_mem/physical_mem.hpp>
124
123
#include < sycl/ext/oneapi/virtual_mem/virtual_mem.hpp>
125
124
#include < sycl/ext/oneapi/weak_object.hpp>
125
+ #include < sycl/khr/free_function_commands.hpp>
126
126
#include < sycl/khr/group_interface.hpp>
Original file line number Diff line number Diff line change 6
6
#define __DPCPP_ENABLE_UNFINISHED_KHR_EXTENSIONS
7
7
8
8
#include < sycl/detail/core.hpp>
9
- #include < sycl/ext/ khr/free_function_commands.hpp>
9
+ #include < sycl/khr/free_function_commands.hpp>
10
10
#include < sycl/usm.hpp>
11
11
12
12
#include < array>
Original file line number Diff line number Diff line change 7
7
#define __DPCPP_ENABLE_UNFINISHED_KHR_EXTENSIONS
8
8
9
9
#include < sycl/detail/core.hpp>
10
- #include < sycl/ext/ khr/free_function_commands.hpp>
10
+ #include < sycl/khr/free_function_commands.hpp>
11
11
#include < sycl/usm.hpp>
12
12
13
13
#include " helpers.hpp"
Original file line number Diff line number Diff line change 8
8
#define __DPCPP_ENABLE_UNFINISHED_KHR_EXTENSIONS
9
9
10
10
#include < sycl/detail/core.hpp>
11
- #include < sycl/ext/ khr/free_function_commands.hpp>
11
+ #include < sycl/khr/free_function_commands.hpp>
12
12
#include < sycl/reduction.hpp>
13
13
#include < sycl/usm.hpp>
14
14
Original file line number Diff line number Diff line change 6
6
#define __DPCPP_ENABLE_UNFINISHED_KHR_EXTENSIONS
7
7
8
8
#include < sycl/detail/core.hpp>
9
- #include < sycl/ext/ khr/free_function_commands.hpp>
9
+ #include < sycl/khr/free_function_commands.hpp>
10
10
#include < sycl/reduction.hpp>
11
11
#include < sycl/usm.hpp>
12
12
Original file line number Diff line number Diff line change 7
7
#define __DPCPP_ENABLE_UNFINISHED_KHR_EXTENSIONS
8
8
9
9
#include < sycl/detail/core.hpp>
10
- #include < sycl/ext/ khr/free_function_commands.hpp>
10
+ #include < sycl/khr/free_function_commands.hpp>
11
11
#include < sycl/usm.hpp>
12
12
13
13
#include < array>
Original file line number Diff line number Diff line change 7
7
#define __DPCPP_ENABLE_UNFINISHED_KHR_EXTENSIONS
8
8
9
9
#include < sycl/detail/core.hpp>
10
- #include < sycl/ext/ khr/free_function_commands.hpp>
10
+ #include < sycl/khr/free_function_commands.hpp>
11
11
#include < sycl/usm.hpp>
12
12
13
13
int main () {
Original file line number Diff line number Diff line change 7
7
#define __DPCPP_ENABLE_UNFINISHED_KHR_EXTENSIONS
8
8
9
9
#include < sycl/detail/core.hpp>
10
- #include < sycl/ext/ khr/free_function_commands.hpp>
10
+ #include < sycl/khr/free_function_commands.hpp>
11
11
#include < sycl/usm.hpp>
12
12
13
13
#include " helpers.hpp"
Original file line number Diff line number Diff line change 7
7
#define __DPCPP_ENABLE_UNFINISHED_KHR_EXTENSIONS
8
8
9
9
#include < sycl/detail/core.hpp>
10
- #include < sycl/ext/ khr/free_function_commands.hpp>
10
+ #include < sycl/khr/free_function_commands.hpp>
11
11
#include < sycl/usm.hpp>
12
12
13
13
int main () {
Original file line number Diff line number Diff line change 4
4
#include < gtest/gtest.h>
5
5
6
6
#define __DPCPP_ENABLE_UNFINISHED_KHR_EXTENSIONS
7
- #include < sycl/ext/ khr/free_function_commands.hpp>
7
+ #include < sycl/khr/free_function_commands.hpp>
8
8
9
9
thread_local size_t NumOfEnqueueEventsWaitWithBarrier = 0 ;
10
10
Original file line number Diff line number Diff line change 13
13
#include " helpers/MockKernelInfo.hpp"
14
14
15
15
#define __DPCPP_ENABLE_UNFINISHED_KHR_EXTENSIONS
16
- #include < sycl/ext/ khr/free_function_commands.hpp>
16
+ #include < sycl/khr/free_function_commands.hpp>
17
17
18
18
class TestFunctor {
19
19
public:
You can’t perform that action at this time.
0 commit comments