[llvm-branch-commits] [llvm] [libsycl] add single_task (PR #188797)
Yury Plyakhin via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Apr 3 14:29:42 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,
----------------
YuriPlyakhin wrote:
What is `EventImplPtr`? I did not find it's definition.
https://github.com/llvm/llvm-project/pull/188797
More information about the llvm-branch-commits
mailing list