File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
#define __SYCL_GRAPH_IMPL_CPP
10
10
11
- #include < stack>
12
11
#include < detail/graph_impl.hpp>
13
12
#include < detail/handler_impl.hpp>
14
13
#include < detail/kernel_arg_mask.hpp>
15
14
#include < detail/program_manager/program_manager.hpp>
16
15
#include < detail/queue_impl.hpp>
17
16
#include < detail/scheduler/commands.hpp>
18
17
#include < detail/sycl_mem_obj_t.hpp>
18
+ #include < stack>
19
19
#include < sycl/detail/common.hpp>
20
20
#ifdef __INTEL_PREVIEW_BREAKING_CHANGES
21
21
#include < sycl/detail/string_view.hpp>
@@ -1540,7 +1540,7 @@ void exec_graph_impl::populateURKernelUpdateStructs(
1540
1540
// and can therefore not be looked up, but since they are self-contained
1541
1541
// they can simply be launched directly.
1542
1542
if (KernelBundleImplPtr && !KernelBundleImplPtr->isInterop ()) {
1543
- auto KernelName = ExecCG.MKernelName ;
1543
+ const auto & KernelName = ExecCG.MKernelName ;
1544
1544
kernel_id KernelID =
1545
1545
sycl::detail::ProgramManager::getInstance ().getSYCLKernelID (KernelName);
1546
1546
kernel SyclKernel =
You can’t perform that action at this time.
0 commit comments