Skip to content

Commit e67681b

Browse files
authored
[SYCL] Move tests with dependencies to on-device directory (#2732)
1 parent 6057e93 commit e67681b

File tree

276 files changed

+5
-5
lines changed

Some content is hidden

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

276 files changed

+5
-5
lines changed

sycl/test/accessors.o

-147 Bytes
Binary file not shown.

sycl/test/reduction/reduction_ctor.cpp renamed to sycl/test/basic_tests/reduction_ctor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// This performs basic checks such as reduction creation, getIdentity() method,
55
// and the combine() method of the aux class 'reducer'.
66

7-
#include "reduction_utils.hpp"
7+
#include "../on-device/reduction/reduction_utils.hpp"
88
#include <CL/sycl.hpp>
99
#include <cassert>
1010

File renamed without changes.
File renamed without changes.
File renamed without changes.

sycl/test/basic_tests/handler/interop_task.cpp renamed to sycl/test/on-device/basic_tests/handler/interop_task.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <CL/sycl.hpp>
1616
#include <CL/sycl/backend/opencl.hpp>
1717

18-
#include "../../helpers.hpp"
18+
#include "../../../helpers.hpp"
1919
#include <chrono>
2020
#include <thread>
2121

sycl/test/basic_tests/handler/run_on_host_intel.cpp renamed to sycl/test/on-device/basic_tests/handler/run_on_host_intel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "CL/sycl/access/access.hpp"
1414
#include <CL/sycl.hpp>
1515

16-
#include "../../helpers.hpp"
16+
#include "../../../helpers.hpp"
1717

1818
using namespace cl;
1919

sycl/test/basic_tests/image.cpp renamed to sycl/test/on-device/basic_tests/image.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include <iostream>
1717
#include <vector>
1818

19-
#include "../helpers.hpp"
19+
#include "../../helpers.hpp"
2020

2121
using namespace cl;
2222

sycl/test/basic_tests/image_array.cpp renamed to sycl/test/on-device/basic_tests/image_array.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include <iostream>
2020
#include <vector>
2121

22-
#include "../helpers.hpp"
22+
#include "../../helpers.hpp"
2323

2424
using namespace cl;
2525

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)