[all-commits] [llvm/llvm-project] 9b9786: [Offload] Add (a new version of) olWaitQueue
Ross Brunton via All-commits
all-commits at lists.llvm.org
Wed Jul 23 02:53:50 PDT 2025
Branch: refs/heads/users/RossBrunton/sync2
Home: https://github.com/llvm/llvm-project
Commit: 9b9786f29dd1fa022c286962d7a208b6a492e822
https://github.com/llvm/llvm-project/commit/9b9786f29dd1fa022c286962d7a208b6a492e822
Author: Ross Brunton <ross at codeplay.com>
Date: 2025-07-23 (Wed, 23 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.
Commit: d2a57904dd29a0bf988ae3d0c0344519a402d6ac
https://github.com/llvm/llvm-project/commit/d2a57904dd29a0bf988ae3d0c0344519a402d6ac
Author: Ross Brunton <ross at codeplay.com>
Date: 2025-07-23 (Wed, 23 Jul 2025)
Changed paths:
M offload/unittests/OffloadAPI/device_code/sequence.c
Log Message:
-----------
Clang-format
Commit: 9539bfe34c63ec98ca04cdfce371b5046647d3f9
https://github.com/llvm/llvm-project/commit/9539bfe34c63ec98ca04cdfce371b5046647d3f9
Author: Ross Brunton <ross at codeplay.com>
Date: 2025-07-23 (Wed, 23 Jul 2025)
Changed paths:
M offload/liboffload/API/Queue.td
Log Message:
-----------
Typo
Compare: https://github.com/llvm/llvm-project/compare/ef58e6a7cee2...9539bfe34c63
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