Skip to content

Commit ab7fa9c

Browse files
committed
Fix more tests
1 parent d31288e commit ab7fa9c

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

sycl/test-e2e/AmdNvidiaJIT/kernel_and_bundle.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
// that otherwise does not get run.
1616

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

2021
constexpr size_t Size = 16;

sycl/test-e2e/Basic/kernel_bundle/kernel_bundle_api.cpp

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

1010
#include <iostream>
1111
#include <sycl/detail/core.hpp>
12+
#include <sycl/kernel_bundle.hpp>
1213

1314
#include <algorithm>
1415
#include <vector>

sycl/test-e2e/Basic/kernel_info_attr.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <cassert>
2020
#include <sycl/detail/core.hpp>
2121
#include <sycl/ext/oneapi/get_kernel_info.hpp>
22+
#include <sycl/kernel_bundle.hpp>
2223

2324
using namespace sycl;
2425
namespace syclex = sycl::ext::oneapi;

sycl/test-e2e/SpecConstants/2020/non_native/Inputs/common.cpp

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

3+
#include <sycl/kernel_bundle.hpp>
34
#include <sycl/specialization_id.hpp>
45

56
#include <cmath>

sycl/test-e2e/SpecConstants/2020/non_native/SpecConstBuffer.cpp

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

77
#include <sycl/detail/core.hpp>
88

9+
#include <sycl/kernel_bundle.hpp>
910
#include <sycl/specialization_id.hpp>
1011

1112
const static sycl::specialization_id<int> SpecConst{42};

0 commit comments

Comments
 (0)