Skip to content

Commit ad864b5

Browse files
committed
Fix a couple more tests
1 parent e3fbe71 commit ad864b5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %{run} %t.out
44

55
#include <sycl/detail/core.hpp>
6+
#include <sycl/sub_group.hpp>
67

78
#include <sycl/ext/oneapi/experimental/user_defined_reductions.hpp>
89

sycl/test-e2e/XPTI/kernel/content.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <numeric>
1515
#include <sycl/detail/core.hpp>
1616
#include <sycl/reduction.hpp>
17+
#include <sycl/sub_group.hpp>
1718

1819
using namespace sycl;
1920
int main() {

0 commit comments

Comments
 (0)