Skip to content

Commit

Permalink
Improve dpcpp detection in the tests - zip iterator
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitriy Sobolev <[email protected]>
  • Loading branch information
dmitriy-sobolev committed Oct 22, 2024
1 parent bcc2598 commit b0c078b
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/parallel_api/iterator/zip_iterator_copyable.pass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

#include <oneapi/dpl/iterator>
#include "support/test_config.h"
#include "support/dpcpp_backend_test_config.h"

#include "support/utils.h"
#include "support/utils_device_copyable.h"

Expand Down
2 changes: 2 additions & 0 deletions test/parallel_api/iterator/zip_iterator_equal.pass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

#include "zip_iterator_funcs.h"
#include "support/test_config.h"
#include "support/dpcpp_backend_test_config.h"

#include "support/utils.h"

#if TEST_DPCPP_BACKEND_PRESENT
Expand Down
2 changes: 2 additions & 0 deletions test/parallel_api/iterator/zip_iterator_find.pass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

#include "zip_iterator_funcs.h"
#include "support/test_config.h"
#include "support/dpcpp_backend_test_config.h"

#include "support/utils.h"

#if TEST_DPCPP_BACKEND_PRESENT
Expand Down
2 changes: 2 additions & 0 deletions test/parallel_api/iterator/zip_iterator_for.pass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#include "support/test_config.h"
#include "support/utils.h"

#include "support/dpcpp_backend_test_config.h"

#if TEST_DPCPP_BACKEND_PRESENT
# include "support/utils_sycl.h"
#endif
Expand Down
2 changes: 2 additions & 0 deletions test/parallel_api/iterator/zip_iterator_merge.pass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

#include "zip_iterator_funcs.h"
#include "support/test_config.h"
#include "support/dpcpp_backend_test_config.h"

#include "support/utils.h"

#if TEST_DPCPP_BACKEND_PRESENT
Expand Down
2 changes: 2 additions & 0 deletions test/parallel_api/iterator/zip_iterator_reduce.pass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

#include "zip_iterator_funcs.h"
#include "support/test_config.h"
#include "support/dpcpp_backend_test_config.h"

#include "support/utils.h"

#if TEST_DPCPP_BACKEND_PRESENT
Expand Down
2 changes: 2 additions & 0 deletions test/parallel_api/iterator/zip_iterator_scan.pass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

#include "zip_iterator_funcs.h"
#include "support/test_config.h"
#include "support/dpcpp_backend_test_config.h"

#include "support/utils.h"

#if TEST_DPCPP_BACKEND_PRESENT
Expand Down
2 changes: 2 additions & 0 deletions test/parallel_api/iterator/zip_iterator_sort.pass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

#include "zip_iterator_funcs.h"
#include "support/test_config.h"
#include "support/dpcpp_backend_test_config.h"

#include "support/utils.h"

#if TEST_DPCPP_BACKEND_PRESENT
Expand Down

0 comments on commit b0c078b

Please sign in to comment.