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

Kseniya Tikhomirova via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Apr 7 04:02:57 PDT 2026


================
@@ -34,5 +61,98 @@ backend QueueImpl::getBackend() const noexcept { return MDevice.getBackend(); }
 
 void QueueImpl::wait() { callAndThrow(olSyncQueue, MOffloadQueue); }
 
+static bool checkEventsPlatformMatch(std::vector<EventImplPtr> &Events,
----------------
KseniyaTikhomirova wrote:

it was introduced in earlier PR. Now I removed it from one of them (you noticed it is unused there) and will add into this one. thanks

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


More information about the llvm-branch-commits mailing list