[all-commits] [llvm/llvm-project] 2f8e58: [Offload] Rename olWaitEvent/Queue to olSyncEvent/...
Ross Brunton via All-commits
all-commits at lists.llvm.org
Tue Jul 22 07:00:23 PDT 2025
Branch: refs/heads/users/RossBrunton/sync1
Home: https://github.com/llvm/llvm-project
Commit: 2f8e5851b0ce64c4affd4a7df3e456ff4e44564b
https://github.com/llvm/llvm-project/commit/2f8e5851b0ce64c4affd4a7df3e456ff4e44564b
Author: Ross Brunton <ross at codeplay.com>
Date: 2025-07-22 (Tue, 22 Jul 2025)
Changed paths:
M offload/liboffload/API/Event.td
M offload/liboffload/API/Queue.td
M offload/liboffload/src/OffloadImpl.cpp
M offload/unittests/OffloadAPI/CMakeLists.txt
M offload/unittests/OffloadAPI/common/Fixtures.hpp
M offload/unittests/OffloadAPI/event/olDestroyEvent.cpp
A offload/unittests/OffloadAPI/event/olSyncEvent.cpp
R offload/unittests/OffloadAPI/event/olWaitEvent.cpp
M offload/unittests/OffloadAPI/kernel/olLaunchKernel.cpp
M offload/unittests/OffloadAPI/memory/olMemcpy.cpp
A offload/unittests/OffloadAPI/queue/olSyncQueue.cpp
R offload/unittests/OffloadAPI/queue/olWaitQueue.cpp
Log Message:
-----------
[Offload] Rename olWaitEvent/Queue to olSyncEvent/Queue
This more closely matches the nomenclature used by CUDA, AMDGPU and
the plugin interface.
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