summaryrefslogtreecommitdiff
path: root/offload/plugins-nextgen/common/src/RPC.cpp
AgeCommit message (Expand)Author
2025-11-19[Offload] Make the RPC thread sleep briefly when idle (#168596)Joseph Huber
2025-09-26[Offload] Use Error for allocating/deallocating in plugins (#160811)Kevin Sala Penades
2025-09-20[Offload] Remove non-blocking allocation type (#159851)Joseph Huber
2025-05-20[Offload] Use new error code handling mechanism and lower-case messages (#139...Ross Brunton
2025-03-13[libc] Make RPC server handling header only (#131205)Joseph Huber
2025-02-11[Offload] Properly guard modifications to the RPC device array (#126790)Joseph Huber
2025-02-06[Offload] Make only a single thread handle the RPC server thread (#126067)Joseph Huber
2025-01-27[Offload][NFC] Make sure the thread is not running alreadyJoseph Huber
2025-01-24[Offload] Move RPC server handling to a dedicated thread (#112988)Joseph Huber
2024-12-15libc: Prefix RPC Status code to avoid conflict in windows build (#119991)Jinsong Ji
2024-12-02[libc][NFC] Rename RPC opcodes to better reflect their usageJoseph Huber
2024-12-02[OpenMP] Unconditionally provide an RPC client interface for OpenMP (#117933)Joseph Huber
2024-11-27[libc] Move libc server handlers to a shared header (#117908)Joseph Huber
2024-11-27[libc] Export a pointer to the RPC client directly (#117913)Joseph Huber
2024-11-25[libc][NFC] Move RPC opcodes to the 'shared/' directory as wellJoseph Huber
2024-11-25[libc] Remove RPC server API and use the header directly (#117075)Joseph Huber
2024-04-22[Offload] Move `/openmp/libomptarget` to `/offload` (#75125)Johannes Doerfert