File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 77// ===----------------------------------------------------------------------===//
88
99#pragma once
10+
1011#include < detail/device_impl.hpp>
1112#include < detail/device_kernel_info.hpp>
1213#include < detail/graph/dynamic_impl.hpp>
1516
1617#include < sycl/detail/kernel_desc.hpp>
1718#include < sycl/detail/kernel_launch_helper.hpp>
19+
1820#include < vector>
1921
2022namespace sycl {
@@ -232,6 +234,7 @@ class KernelData {
232234 using namespace sycl ::ext::intel::experimental;
233235
234236 validateProperties (Kprop, HasGraph, dev);
237+
235238 // If we are here, the device supports the guarantee required but
236239 // there is a caveat in that if the guarantee required is a concurrent
237240 // guarantee, then we most likely also need to enable cooperative
You can’t perform that action at this time.
0 commit comments