Skip to content

Commit e1df9e9

Browse files
[SYCL][E2E] Switch GroupLocalMemory/* tests to use <sycl/detail/core.hpp> (#13121)
1 parent 262160a commit e1df9e9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

sycl/test-e2e/GroupLocalMemory/group_local_memory.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
//
44
// XFAIL: hip_nvidia
55

6-
#include <sycl/sycl.hpp>
6+
#include <sycl/detail/core.hpp>
7+
8+
#include <sycl/ext/oneapi/group_local_memory.hpp>
79

810
#include <cassert>
911
#include <vector>

sycl/test-e2e/GroupLocalMemory/no_early_opt.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
// code optimizations disabled (the implementation relies on inlining these
99
// functions regardless of device code optimization settings).
1010

11-
#include <sycl/sycl.hpp>
11+
#include <sycl/detail/core.hpp>
12+
13+
#include <sycl/ext/oneapi/group_local_memory.hpp>
1214

1315
#include <cassert>
1416
#include <vector>

0 commit comments

Comments
 (0)