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 e8caf6c commit 79cd7b0Copy full SHA for 79cd7b0
sycl/include/CL/sycl/queue.hpp
@@ -276,7 +276,7 @@ class __SYCL_EXPORT queue {
276
/// Synchronous errors will be reported through SYCL exceptions.
277
/// @param CodeLoc is the code location of the submit call (default argument)
278
void wait(_CODELOCONLYPARAM(&CodeLoc)) {
279
- _CODELOCARG(&CodeLoc)
+ _CODELOCARG(&CodeLoc);
280
281
wait_proxy(CodeLoc);
282
}
0 commit comments