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 a42d4a4 commit c93c2f7Copy full SHA for c93c2f7
sycl/include/CL/sycl/queue.hpp
@@ -262,9 +262,8 @@ class __SYCL_EXPORT queue {
262
/// \param CodeLoc is the code location of the submit call (default argument)
263
/// \return a SYCL event object, which corresponds to the queue the command
264
/// group is being enqueued on.
265
- event submit_barrier(
266
- const vector_class<event> &WaitList
267
- _CODELOCPARAM(&CodeLoc)) {
+ event
+ submit_barrier(const vector_class<event> &WaitList _CODELOCPARAM(&CodeLoc)) {
268
return submit([=](handler &CGH) { CGH.barrier(WaitList); }
269
_CODELOCFW(CodeLoc));
270
}
0 commit comments