Skip to content

Commit 0c9a70f

Browse files
[SYCL] Use fine-grained includes in test-e2e/PerformanceTests/* (#13865)
1 parent d708c62 commit 0c9a70f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

sycl/test-e2e/PerformanceTests/ParallelFor/parallel_for_range_roundup.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212

1313
#include <chrono>
1414
#include <iostream>
15-
#include <sycl/sycl.hpp>
15+
#include <sycl/detail/core.hpp>
16+
#include <sycl/usm.hpp>
1617

1718
class FillData;
1819
class Compute;

sycl/test-e2e/PerformanceTests/Reduction/reduce_over_sub_group.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: %{build} -o %t.out
33
// RUN: %{run} %t.out
44

5-
#include <sycl/sycl.hpp>
5+
#include <sycl/detail/core.hpp>
66

77
#include <sycl/ext/oneapi/experimental/user_defined_reductions.hpp>
88

0 commit comments

Comments
 (0)