summaryrefslogtreecommitdiff
path: root/offload/plugins-nextgen/common/src/PluginInterface.cpp
AgeCommit message (Expand)Author
2025-07-02[Offload] Store kernel name in GenericKernelTy (#142799)Ross Brunton
2025-06-25[Offload] Add an `unloadBinary` interface to PluginInterface (#143873)Ross Brunton
2025-06-24[Offload] Properly report errors when jit compiling (#145498)Ross Brunton
2025-06-13[Offload] Replace device info queue with a tree (#144050)Ross Brunton
2025-06-10[PGO][Offload] Fix offload coverage mapping (#143490)Ethan Luis McDonough
2025-05-20[Offload] Use new error code handling mechanism and lower-case messages (#139...Ross Brunton
2025-04-23[Offload] Fix handling of 'bare' mode when environment missing (#136794)Joseph Huber
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov
2025-02-11 [PGO][Offload] Profile profraw generation for GPU instrumentation #76587 (#...Ethan Luis McDonough
2025-02-06[Offload] Make only a single thread handle the RPC server thread (#126067)Joseph Huber
2025-02-05[Offload] Stop the RPC server faiilng with more than one GPU (#125982)Joseph Huber
2025-02-03[OpenMP] Guard OpenMP specific entry handlingJoseph Huber
2025-01-31[Offload][NFC] Fix typos discovered by codespell (#125119)Christian Clauss
2025-01-27[Offload] Fix offload-info interfaceJoseph Huber
2025-01-27[Offload] Fix server thread from being shut down if unusedJoseph Huber
2025-01-24[Offload] Move RPC server handling to a dedicated thread (#112988)Joseph Huber
2025-01-21[Offload][NFC] Factor out and rename the `__tgt_offload_entry` struct (#123785)Joseph Huber
2024-12-06[Offload][OMPX] Add the runtime support for multi-dim grid and block (#118042)Shilei Tian
2024-12-02[OpenMP] Unconditionally provide an RPC client interface for OpenMP (#117933)Joseph Huber
2024-09-05[Offload][NFC] Reorganize `utils::` and make Device/Host/Shared clearer (#100...Johannes Doerfert
2024-08-22[PGO][OpenMP] Instrumentation for GPU devices (Revision of #76587) (#102691)Ethan Luis McDonough
2024-08-12[Offload][CUDA] Allow CUDA kernels to use LLVM/Offload (#94549)Johannes Doerfert
2024-07-31[Offload] Allow to record kernel launch stack traces (#100472)Johannes Doerfert
2024-07-30[Offload] Implement double free (and other allocation error) reporting (#100261)Johannes Doerfert
2024-06-28Revert "[PGO][OpenMP] Instrumentation for GPU devices (#76587)"Ethan Luis McDonough
2024-06-28[PGO][OpenMP] Instrumentation for GPU devices (#76587)Ethan Luis McDonough
2024-06-14[OpenMP] Add Environment Variable to disable Reuse of Blocks for High Loop Tr...Tim Gymnich
2024-06-13[Offload] Use flat array for cuLaunchKernel (#95116)Johannes Doerfert
2024-06-06[Libomptarget] Rework device initialization and image registration (#93844)Joseph Huber
2024-05-23[Offload] Only initialize a plugin if it is needed (#92765)Joseph Huber
2024-05-16[Libomptarget] Rework Record & Replay to be a plugin member (#88928) (#89097)Joseph Huber
2024-05-16[Libomptarget] Remove requires information from plugin (#80345)Joseph Huber
2024-05-15[Offload][NFC] Fix warning messages in runtimeJoseph Huber
2024-05-14[Offload] Remove old references to `isCtor` (#91766)Joseph Huber
2024-05-09[Reland][Libomptarget] Statically link all plugin runtimes (#87009)Joseph Huber
2024-05-09Revert "[Libomptarget] Statically link all plugin runtimes (#87009)"Joseph Huber
2024-05-09[Libomptarget] Statically link all plugin runtimes (#87009)Joseph Huber
2024-05-07[Offload] Fix dataDelete op for TARGET_ALLOC_HOST memory type (#91134)Jhonatan Cléto
2024-04-22[Offload] Move `/openmp/libomptarget` to `/offload` (#75125)Johannes Doerfert