Skip to content

Commit e3fbe71

Browse files
committed
Fix test failures
1 parent 7dfa16b commit e3fbe71

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

sycl/test-e2e/AOT/reqd-sg-size.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <iostream>
1515

1616
#include <sycl/detail/core.hpp>
17+
#include <sycl/sub_group.hpp>
1718

1819
using namespace sycl;
1920

sycl/test-e2e/GroupAlgorithm/SYCL2020/group_sort/common.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
#include <sycl/detail/core.hpp>
33
#include <sycl/ext/oneapi/experimental/group_sort.hpp>
4+
#include <sycl/sub_group.hpp>
45

56
#pragma once
67

sycl/test-e2e/GroupAlgorithm/reduce_sycl2020.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// UNSUPPORTED: arch-intel_gpu_pvc && !igc-dev
77

88
#include "support.h"
9+
10+
#include <sycl/sub_group.hpp>
11+
912
#include <algorithm>
1013
#include <cassert>
1114
#include <complex>

0 commit comments

Comments
 (0)