We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d42ff commit d31288eCopy full SHA for d31288e
sycl/include/sycl/ext/oneapi/backend/level_zero.hpp
@@ -39,8 +39,7 @@
39
namespace sycl {
40
inline namespace _V1 {
41
42
-template <bundle_state State>
43
-class kernel_bundle;
+template <bundle_state State> class kernel_bundle;
44
45
namespace ext::oneapi::level_zero::detail {
46
__SYCL_EXPORT device make_device(const platform &Platform,
sycl/test-e2e/Matrix/common.hpp
@@ -9,8 +9,8 @@
9
#include <iostream>
10
#include <random>
11
#include <sycl/detail/core.hpp>
12
-#include <sycl/kernel_bundle.hpp>
13
#include <sycl/ext/oneapi/matrix/matrix.hpp>
+#include <sycl/kernel_bundle.hpp>
14
15
using namespace sycl;
16
using namespace sycl::ext::oneapi::experimental::matrix;
0 commit comments