[llvm-branch-commits] [llvm] [libsycl] add sycl::event and wait functionality to event & queue (PR #188793)
Sergey Semenov via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Mar 27 05:56:24 PDT 2026
================
@@ -59,7 +62,11 @@ class QueueImpl : public std::enable_shared_from_this<QueueImpl> {
/// \return true if and only if the queue is in order.
bool isInOrder() const { return MIsInorder; }
+ /// Waits for completion of all kernels submitted to this queue.
----------------
sergey-semenov wrote:
```suggestion
/// Waits for completion of all commands submitted to this queue.
```
https://github.com/llvm/llvm-project/pull/188793
More information about the llvm-branch-commits
mailing list