File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88
99#define __SYCL_GRAPH_IMPL_CPP
1010
11- #include < stack>
1211#include < detail/graph_impl.hpp>
1312#include < detail/handler_impl.hpp>
1413#include < detail/kernel_arg_mask.hpp>
1514#include < detail/program_manager/program_manager.hpp>
1615#include < detail/queue_impl.hpp>
1716#include < detail/scheduler/commands.hpp>
1817#include < detail/sycl_mem_obj_t.hpp>
18+ #include < stack>
1919#include < sycl/detail/common.hpp>
2020#ifdef __INTEL_PREVIEW_BREAKING_CHANGES
2121#include < sycl/detail/string_view.hpp>
@@ -1509,7 +1509,7 @@ void exec_graph_impl::populateURKernelUpdateStructs(
15091509 // and can therefore not be looked up, but since they are self-contained
15101510 // they can simply be launched directly.
15111511 if (KernelBundleImplPtr && !KernelBundleImplPtr->isInterop ()) {
1512- auto KernelName = ExecCG.MKernelName ;
1512+ const auto & KernelName = ExecCG.MKernelName ;
15131513 kernel_id KernelID =
15141514 sycl::detail::ProgramManager::getInstance ().getSYCLKernelID (KernelName);
15151515 kernel SyclKernel =
You can’t perform that action at this time.
0 commit comments