@@ -2762,22 +2762,22 @@ class __SYCL_EXPORT queue : public detail::OwnerLessBase<queue> {
27622762 void submit_without_event_impl (std::function<void (handler &)> CGH,
27632763 const detail::code_location &CodeLoc,
27642764 bool IsTopCodeLoc);
2765- event submit_impl_and_postprocess (std::function< void (handler &)> CGH,
2766- const detail::code_location &CodeLoc ,
2767- const detail::SubmitPostProcessF &PostProcess);
2768- event submit_impl_and_postprocess (std::function< void (handler &)> CGH,
2769- const detail::code_location &CodeLoc,
2770- const detail::SubmitPostProcessF &PostProcess ,
2771- bool IsTopCodeLoc);
2772- event submit_impl_and_postprocess (std::function< void (handler &)> CGH,
2773- queue secondQueue ,
2774- const detail::code_location &CodeLoc ,
2775- const detail::SubmitPostProcessF &PostProcess);
2776- event submit_impl_and_postprocess (std::function< void (handler &)> CGH,
2777- queue secondQueue,
2778- const detail::code_location &CodeLoc ,
2779- const detail::SubmitPostProcessF &PostProcess ,
2780- bool IsTopCodeLoc);
2765+ event
2766+ submit_impl_and_postprocess (std::function< void (handler &)> CGH ,
2767+ const detail::code_location &CodeLoc,
2768+ const detail::SubmitPostProcessF &PostProcess);
2769+ event submit_impl_and_postprocess (
2770+ std::function< void (handler &)> CGH, const detail::code_location &CodeLoc ,
2771+ const detail::SubmitPostProcessF &PostProcess, bool IsTopCodeLoc);
2772+ event
2773+ submit_impl_and_postprocess (std::function< void (handler &)> CGH ,
2774+ queue secondQueue ,
2775+ const detail::code_location &CodeLoc,
2776+ const detail::SubmitPostProcessF &PostProcess);
2777+ event submit_impl_and_postprocess (
2778+ std::function< void (handler &)> CGH, queue secondQueue ,
2779+ const detail::code_location &CodeLoc ,
2780+ const detail::SubmitPostProcessF &PostProcess, bool IsTopCodeLoc);
27812781#endif // __INTEL_PREVIEW_BREAKING_CHANGES
27822782
27832783 // / A template-free versions of submit.
0 commit comments