[llvm-branch-commits] [llvm] [libsycl] add single_task (PR #188797)

Sergey Semenov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Mar 27 09:40:42 PDT 2026


================
@@ -62,16 +63,52 @@ 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; }
 
+  /// Enqueues kernel to liboffload.
----------------
sergey-semenov wrote:

```suggestion
  /// Enqueues a kernel to liboffload.
```

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


More information about the llvm-branch-commits mailing list