[all-commits] [llvm/llvm-project] 0dc734: [Offload] Have olMemFree accept a platform as a param
Ross Brunton via All-commits
all-commits at lists.llvm.org
Mon Sep 8 07:42:36 PDT 2025
Branch: refs/heads/users/RossBrunton/newMemInfo1
Home: https://github.com/llvm/llvm-project
Commit: 0dc73458802c21831a4611b49dd3657208222654
https://github.com/llvm/llvm-project/commit/0dc73458802c21831a4611b49dd3657208222654
Author: Ross Brunton <ross at codeplay.com>
Date: 2025-09-08 (Mon, 08 Sep 2025)
Changed paths:
M offload/liboffload/API/Memory.td
M offload/liboffload/src/OffloadImpl.cpp
M offload/unittests/Conformance/include/mathtest/DeviceContext.hpp
M offload/unittests/Conformance/include/mathtest/DeviceResources.hpp
M offload/unittests/Conformance/include/mathtest/GpuMathTest.hpp
M offload/unittests/Conformance/include/mathtest/OffloadForward.hpp
M offload/unittests/Conformance/lib/DeviceContext.cpp
M offload/unittests/Conformance/lib/DeviceResources.cpp
M offload/unittests/OffloadAPI/common/Fixtures.hpp
M offload/unittests/OffloadAPI/kernel/olLaunchKernel.cpp
M offload/unittests/OffloadAPI/memory/olMemAlloc.cpp
M offload/unittests/OffloadAPI/memory/olMemFill.cpp
M offload/unittests/OffloadAPI/memory/olMemFree.cpp
M offload/unittests/OffloadAPI/memory/olMemcpy.cpp
M offload/unittests/OffloadAPI/queue/olLaunchHostFunction.cpp
Log Message:
-----------
[Offload] Have olMemFree accept a platform as a param
In a future change, most of the allocation tracking will be removed from
liboffload itself and be delegated to the plugins. Therefore, we will
need to know which plugin is in charge of the allocation.
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