Skip to content

Commit 860b2ec

Browse files
committed
Fix E2E tests
1 parent 867fa67 commit 860b2ec

File tree

64 files changed

+68
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+68
-5
lines changed

sycl/include/syclcompat/util.hpp

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

3737
#include <sycl/atomic_ref.hpp>
3838
#include <sycl/group_barrier.hpp>
39+
#include <sycl/kernel_bundle.hpp>
3940

4041
#include <syclcompat/math.hpp>
4142
#include <syclcompat/memory.hpp>

sycl/test-e2e/Basic/backend_info.cpp

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

1313
#include <iostream>
1414
#include <sycl/detail/core.hpp>
15+
#include <sycl/kernel_bundle.hpp>
1516

1617
using namespace sycl;
1718

sycl/test-e2e/Basic/kernel_info.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
#include <cassert>
1313
#include <sycl/detail/core.hpp>
14+
#include <sycl/kernel_bundle.hpp>
15+
1416
#include <sycl/ext/oneapi/get_kernel_info.hpp>
1517

1618
using namespace sycl;

sycl/test-e2e/Basic/kernel_max_wg_size.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
// for Intel GPU devices and only when using the Level Zero backend or OpenCL
1010
// backend.
1111

12-
// clang-format off
1312
#include <sycl/detail/core.hpp>
14-
#include <sycl/usm.hpp>
13+
1514
#include <sycl/ext/intel/experimental/grf_size_properties.hpp>
16-
// clang-format on
15+
#include <sycl/kernel_bundle.hpp>
16+
#include <sycl/usm.hpp>
1717

1818
using namespace sycl;
1919

sycl/test-e2e/Basic/large-range.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include <numeric>
66
#include <sycl/atomic_ref.hpp>
77
#include <sycl/detail/core.hpp>
8+
#include <sycl/kernel_bundle.hpp>
89
#include <sycl/specialization_id.hpp>
910

1011
using namespace sycl;

sycl/test-e2e/Basic/launch_queries/max_num_work_groups.cpp

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

44
#include <sycl/detail/core.hpp>
5+
#include <sycl/kernel_bundle.hpp>
56

67
#include <cassert>
78
#include <cstdint>

sycl/test-e2e/DeviceCodeSplit/Inputs/split-per-source.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include <sycl/detail/core.hpp>
2+
#include <sycl/kernel_bundle.hpp>
23

34
class File1Kern1;
45
class File1Kern2;

sycl/test-e2e/DeviceCodeSplit/split-per-kernel.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// XFAIL: hip_nvidia
66

77
#include <sycl/detail/core.hpp>
8+
#include <sycl/kernel_bundle.hpp>
89

910
class Kern1;
1011
class Kern2;

sycl/test-e2e/ESIMD/histogram_256_slm_spec_2020.cpp

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

66
#include "esimd_test_utils.hpp"
77

8+
#include <sycl/kernel_bundle.hpp>
89
#include <sycl/specialization_id.hpp>
910

1011
static constexpr int NUM_BINS = 256;

sycl/test-e2e/ESIMD/mandelbrot/mandelbrot_spec.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include "../esimd_test_utils.hpp"
1616

1717
#include <sycl/accessor_image.hpp>
18+
#include <sycl/kernel_bundle.hpp>
1819
#include <sycl/specialization_id.hpp>
1920

2021
#include <array>

0 commit comments

Comments
 (0)