[llvm-branch-commits] [llvm] [libsycl] add single_task (PR #188797)
Kseniya Tikhomirova via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Apr 1 07:05:30 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.
----------------
KseniyaTikhomirova wrote:
https://github.com/llvm/llvm-project/pull/188797/changes/59c746a55b77bff12ec5d5f80b2fe3373e80fcfd
https://github.com/llvm/llvm-project/pull/188797
More information about the llvm-branch-commits
mailing list