Skip to content

Commit 941a5ff

Browse files
Fix code formatting.
1 parent c917410 commit 941a5ff

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

sycl/source/detail/queue_impl.hpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)