[all-commits] [llvm/llvm-project] d28c1a: [Offload] Add (a new version of) olWaitQueue
Ross Brunton via All-commits
all-commits at lists.llvm.org
Tue Jul 22 07:55:44 PDT 2025
Branch: refs/heads/users/RossBrunton/sync2
Home: https://github.com/llvm/llvm-project
Commit: d28c1a4958738e3ada876a831d9179cf134a4e66
https://github.com/llvm/llvm-project/commit/d28c1a4958738e3ada876a831d9179cf134a4e66
Author: Ross Brunton <ross at codeplay.com>
Date: 2025-07-22 (Tue, 22 Jul 2025)
Changed paths:
M offload/liboffload/API/Queue.td
M offload/liboffload/src/OffloadImpl.cpp
M offload/unittests/OffloadAPI/CMakeLists.txt
M offload/unittests/OffloadAPI/device_code/CMakeLists.txt
A offload/unittests/OffloadAPI/device_code/sequence.c
A offload/unittests/OffloadAPI/queue/olWaitQueue.cpp
Log Message:
-----------
[Offload] Add (a new version of) olWaitQueue
Not to be confused with olSyncQueue, which used to be called olWaitQueue
until #150023. This function causes a queue to wait until all the
provided events have completed before running any future scheduled work.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list