[llvm-branch-commits] [llvm] [libsycl] add sycl::event and wait functionality to event & queue (PR #188793)

Kseniya Tikhomirova via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Mar 30 06:53:28 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.
----------------
KseniyaTikhomirova wrote:

https://github.com/llvm/llvm-project/pull/188793/changes/468de5c542a16f81a27980e8f7cfca9d51925240

https://github.com/llvm/llvm-project/pull/188793


More information about the llvm-branch-commits mailing list