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 a485cbf commit 27ac8efCopy full SHA for 27ac8ef
sycl/source/detail/graph_impl.cpp
@@ -1540,7 +1540,7 @@ void exec_graph_impl::populateURKernelUpdateStructs(
1540
// and can therefore not be looked up, but since they are self-contained
1541
// they can simply be launched directly.
1542
if (KernelBundleImplPtr && !KernelBundleImplPtr->isInterop()) {
1543
- auto KernelName = ExecCG.MKernelName;
+ const auto &KernelName = ExecCG.MKernelName;
1544
kernel_id KernelID =
1545
sycl::detail::ProgramManager::getInstance().getSYCLKernelID(KernelName);
1546
kernel SyclKernel =
0 commit comments