summaryrefslogtreecommitdiff
path: root/openmp/libomptarget/plugins-nextgen/common/src/PluginInterface.cpp
AgeCommit message (Expand)Author
2024-04-22[Offload] Move `/openmp/libomptarget` to `/offload` (#75125)Johannes Doerfert
2024-04-17Revert "[Libomptarget] Rework Record & Replay to be a plugin member" (#89028)Jan Patrick Lehr
2024-04-16[Libomptarget] Rework Record & Replay to be a plugin member (#88928)Joseph Huber
2024-04-01[Libomptarget] Fix resizing the buffer of RPC handlesJoseph Huber
2024-03-29[libc] Change RPC interface to not use device ids (#87087)Joseph Huber
2024-03-27[Libomptarget] Move API implementations into GenericPluginTy (#86683)Joseph Huber
2024-03-26[Libomptarget] Replace global `PluginTy::get` interface with references (#86595)Joseph Huber
2024-03-25[Libomptarget] Factor functions out of 'Plugin' interface (#86528)Joseph Huber
2024-03-19[OpenMP] Increment kernel args version, used by runtime for detecting dyn_ptr...dhruvachak
2024-03-15[Libomptarget][NFC] Remove warning on return value constJoseph Huber
2024-02-05[Libomptarget] Remove unused 'SupportsEmptyImages' API function (#80316)Joseph Huber
2024-01-22[Libomptarget] Move target table handling out of the plugins (#77150)Joseph Huber
2024-01-22[OpenMP] Enable automatic unified shared memory on MI300A. (#77512)carlobertolli
2024-01-10[Libomptarget] Do not abort on failed plugin init (#77623)Joseph Huber
2024-01-10[Libomptarget][NFC] Format in-line comments consistently (#77530)Joseph Huber
2024-01-08Revert "[OpenMP][libomptarget] Enable automatic unified shared memory executi...carlobertolli
2024-01-08[OpenMP][libomptarget] Enable automatic unified shared memory executi… (#75...carlobertolli
2024-01-08[Libomptarget][NFC] Fix unhandled allocator enum valueJoseph Huber
2023-12-29[Libomptarget] Rework image checking further (#76120)Joseph Huber
2023-12-19[Libomptarget] Remove __tgt_image_info and use the ELF directly (#75720)Joseph Huber
2023-12-18[OpenMP] Directly use user's grid and block size in kernel language mode (#70...Shilei Tian
2023-12-18[Libomptarget] Remove remaining global constructors in plugins (#75814)Joseph Huber
2023-12-06[OpenMP][FIX] Ensure we do not read outside the device image (#74669)Johannes Doerfert
2023-12-06[Libomptarget] Add a utility function for checking existence of symbols (#74550)Joseph Huber
2023-12-05[OpenMP] Reorganize the initialization of `PluginAdaptorTy` (#74397)Johannes Doerfert
2023-12-05[OpenMP][FIX] Ensure we allow shared libraries without kernels (#74532)Johannes Doerfert
2023-12-01[OpenMP] Add an INFO message for data transfer of kernel launch env. (#74030)dhruvachak
2023-11-29[OpenMP][NFC] Move out plugin API and APITypes into standalone headers (#73868)Johannes Doerfert
2023-11-29[OpenMP] Avoid initializing the KernelLaunchEnvironment if possible (#73864)Johannes Doerfert
2023-11-29[OpenMP][NFC] Move OMPT headers into OpenMP/OMPT (#73718)Johannes Doerfert
2023-11-29[OpenMP][NFC] Flatten plugin-nextgen/common folder sturcture (#73725)Johannes Doerfert