Skip to content

Commit 5b8dc3c

Browse files
committed
Replace sycl.hpp with sycl/detail/core.hpp
1 parent 3d7997f commit 5b8dc3c

8 files changed

+8
-8
lines changed

sycl/test-e2e/syclcompat/atomic/atomics_verification_usmnone.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
#define COMPAT_USM_LEVEL_NONE
14-
#include <sycl/sycl.hpp>
14+
#include <sycl/detail/core.hpp>
1515
#include <cstdio>
1616
#include <ctime>
1717
#include <syclcompat/syclcompat.hpp>

sycl/test-e2e/syclcompat/memory/global_memory_usmnone.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212
#define COMPAT_USM_LEVEL_NONE
13-
#include <sycl/sycl.hpp>
13+
#include <sycl/detail/core.hpp>
1414
#include <syclcompat/syclcompat.hpp>
1515

1616
class TestStruct {

sycl/test-e2e/syclcompat/memory/memory_is_device_ptr_usmnone.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
#define COMPAT_USM_LEVEL_NONE
14-
#include <sycl/sycl.hpp>
14+
#include <sycl/detail/core.hpp>
1515
#include <syclcompat/syclcompat.hpp>
1616

1717
int main() {

sycl/test-e2e/syclcompat/memory/memory_management_test1_usmnone.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
#define COMPAT_USM_LEVEL_NONE
14-
#include <sycl/sycl.hpp>
14+
#include <sycl/detail/core.hpp>
1515
#include <syclcompat/memory.hpp>
1616
#include "memory_common.hpp"
1717

sycl/test-e2e/syclcompat/memory/memory_management_test2_usmnone.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// RUN: %{run} %t.out
1111

1212
#define COMPAT_USM_LEVEL_NONE
13-
#include <sycl/sycl.hpp>
13+
#include <sycl/detail/core.hpp>
1414
#include <syclcompat/memory.hpp>
1515
#include "memory_common.hpp"
1616

sycl/test-e2e/syclcompat/memory/memory_management_test3_usmnone.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// RUN: %{run} %t.out
1313

1414
#define COMPAT_USM_LEVEL_NONE
15-
#include <sycl/sycl.hpp>
15+
#include <sycl/detail/core.hpp>
1616
#include <syclcompat/memory.hpp>
1717
#include "memory_common.hpp"
1818

sycl/test-e2e/syclcompat/memory/shared_memory_usmnone.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// RUN: %{run} %t.out
1111

1212
#define COMPAT_USM_LEVEL_NONE
13-
#include <sycl/sycl.hpp>
13+
#include <sycl/detail/core.hpp>
1414
#include <syclcompat/syclcompat.hpp>
1515
#include <stdio.h>
1616
#include <string.h>

sycl/test-e2e/syclcompat/util/util_fast_length_test_usmnone.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
#define COMPAT_USM_LEVEL_NONE
14-
#include <sycl/sycl.hpp>
14+
#include <sycl/detail/core.hpp>
1515
#include <syclcompat/syclcompat.hpp>
1616

1717
void fast_length_test() {

0 commit comments

Comments
 (0)