[all-commits] [llvm/llvm-project] c4af91: [Offload] Have `doJITPostProcessing` accept multip...
Ross Brunton via All-commits
all-commits at lists.llvm.org
Mon Jul 14 03:46:47 PDT 2025
Branch: refs/heads/users/RossBrunton/link1
Home: https://github.com/llvm/llvm-project
Commit: c4af9152963d64ca87c7928d595f93c4291766b6
https://github.com/llvm/llvm-project/commit/c4af9152963d64ca87c7928d595f93c4291766b6
Author: Ross Brunton <ross at codeplay.com>
Date: 2025-07-14 (Mon, 14 Jul 2025)
Changed paths:
M offload/plugins-nextgen/amdgpu/src/rtl.cpp
M offload/plugins-nextgen/common/include/JIT.h
M offload/plugins-nextgen/common/include/PluginInterface.h
M offload/plugins-nextgen/common/src/JIT.cpp
M offload/plugins-nextgen/cuda/src/rtl.cpp
Log Message:
-----------
[Offload] Have `doJITPostProcessing` accept multiple binaries
The device handler for JIT processing images now accepts a list of
buffers rather than just one. Devices are expected to either link them
all into a single binary, or return an error code if they don't support
linking.
Currently, only amdgpu supports multiple binaries.
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