[all-commits] [llvm/llvm-project] 0870c8: [Offload] Add an `unloadBinary` interface to Plugi...
Ross Brunton via All-commits
all-commits at lists.llvm.org
Wed Jun 25 06:53:41 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0870c8838ba20edc0fb7efe60a0ee301bf01d209
https://github.com/llvm/llvm-project/commit/0870c8838ba20edc0fb7efe60a0ee301bf01d209
Author: Ross Brunton <ross at codeplay.com>
Date: 2025-06-25 (Wed, 25 Jun 2025)
Changed paths:
M offload/liboffload/API/Program.td
M offload/liboffload/src/OffloadImpl.cpp
M offload/plugins-nextgen/amdgpu/src/rtl.cpp
M offload/plugins-nextgen/common/include/PluginInterface.h
M offload/plugins-nextgen/common/src/PluginInterface.cpp
M offload/plugins-nextgen/cuda/src/rtl.cpp
Log Message:
-----------
[Offload] Add an `unloadBinary` interface to PluginInterface (#143873)
This allows removal of a specific Image from a Device, rather than
requiring all image data to outlive the device they were created for.
This is required for `ol_program_handle_t`s, which now specify the
lifetime of the buffer used to create the program.
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