File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -372,8 +372,7 @@ class queue_impl : public std::enable_shared_from_this<queue_impl> {
372372
373373 template <int Dims>
374374 void submit_kernel_direct_without_event (
375- const nd_range<Dims> &Range,
376- detail::HostKernelRefBase &HostKernel,
375+ const nd_range<Dims> &Range, detail::HostKernelRefBase &HostKernel,
377376 detail::DeviceKernelInfo *DeviceKernelInfo,
378377 const detail::code_location &CodeLoc, bool IsTopCodeLoc) {
379378 submit_kernel_direct_impl (NDRDescT{Range}, HostKernel, DeviceKernelInfo,
@@ -904,8 +903,7 @@ class queue_impl : public std::enable_shared_from_this<queue_impl> {
904903 // /
905904 // / \return a SYCL event representing submitted command group or nullptr.
906905 detail::EventImplPtr submit_kernel_direct_impl (
907- const NDRDescT &NDRDesc,
908- detail::HostKernelRefBase &HostKernel,
906+ const NDRDescT &NDRDesc, detail::HostKernelRefBase &HostKernel,
909907 detail::DeviceKernelInfo *DeviceKernelInfo, bool CallerNeedsEvent,
910908 const detail::code_location &CodeLoc, bool IsTopCodeLoc);
911909
You can’t perform that action at this time.
0 commit comments