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 bb2755f commit def97d9Copy full SHA for def97d9
sycl/include/sycl/handler.hpp
@@ -724,7 +724,6 @@ class __SYCL_EXPORT handler {
724
// Not using `std::make_unique` to avoid unnecessary instantiations of
725
// `std::unique_ptr<HostKernel<...>>`. Only
726
// `std::unique_ptr<HostKernelBase>` is necessary.
727
-
728
MHostKernel.reset(new detail::HostKernel<KernelType, LambdaArgType, Dims>(
729
std::forward<KernelTypeUniversalRef>(KernelFunc)));
730
0 commit comments