aboutsummaryrefslogtreecommitdiff
path: root/offload/plugins-nextgen/common/src
AgeCommit message (Expand)AuthorFilesLines
2025-11-19[Offload] Make the RPC thread sleep briefly when idle (#168596)Joseph Huber1-3/+18
2025-11-06[OpenMP] Fix tests relying on the heap size variableJoseph Huber1-7/+9
2025-11-06[Offload] Remove handling for device memory pool (#163629)Joseph Huber1-86/+0
2025-11-04[Offload] Add device UID (#164391)Robert Imschweiler1-3/+18
2025-10-22[OpenMP] Adds omp_target_is_accessible routine (#138294)Nicole Aschenbrenner1-0/+20
2025-10-09[OFFLOAD] Remove unused init_device_info plugin interface (#162650)Alex Duran1-21/+0
2025-09-26[Offload] Use Error for allocating/deallocating in plugins (#160811)Kevin Sala Penades2-32/+58
2025-09-24[Offload] Print Image location rather than casting it (#160309)Ross Brunton1-2/+4
2025-09-22[Remarks] Restructure bitstream remarks to be fully standalone (#156715)Tobias Stadler1-3/+4
2025-09-20[Offload] Remove non-blocking allocation type (#159851)Joseph Huber2-5/+3
2025-09-19[Offload] Implement 'olIsValidBinary' in offload and clean up (#159658)Joseph Huber1-16/+9
2025-09-16[offload] Fix build with debug libomptarget (#159144)Nick Sarnie1-1/+1
2025-09-16[Offload] Copy loaded images into managed storage (#158748)Joseph Huber2-86/+35
2025-09-08[OpenMP] Move `__omp_rtl_data_environment' handling to OpenMP (#157182)Joseph Huber1-91/+1
2025-08-29[Offload] Improve `olDestroyQueue` logic (#153041)Ross Brunton1-6/+9
2025-08-28[OpenMP][Offload] Add SPMD-No-Loop mode to OpenMP offload runtime (#154105)Dominik Adamski1-0/+4
2025-08-22[Offload] Implement olMemFill (#154102)Callum Fare1-0/+10
2025-08-22[Offload] `OL_EVENT_INFO_IS_COMPLETE` (#153194)Ross Brunton1-0/+16
2025-08-15[Offload] Introduce dataFence plugin interface. (#153793)Abhinav Gaba1-0/+12
2025-08-15[Offload] `olLaunchHostFunction` (#152482)Ross Brunton1-0/+9
2025-08-08[Offload] Make olLaunchKernel test thread safe (#149497)Ross Brunton1-8/+15
2025-08-07[Offload] Don't create events for empty queues (#152304)Ross Brunton1-0/+15
2025-08-06[AMDGPU][Offload] Enable memory manager use for up to ~3GB allocation size in...hidekisaito1-1/+4
2025-08-06[OFFLOAD] Fix typo in assert (#152316)Alex Duran1-1/+1
2025-08-06[OFFLOAD][OPENMP] 6.0 compatible interop interface (#143491)Alex Duran1-0/+68
2025-07-25[Offload] Erase entries from JIT cache when program is destroyed (#148847)Ross Brunton2-9/+20
2025-07-21[LLVM] Update CUDA ELF flags for their new ABI (#149534)Joseph Huber1-8/+15
2025-07-02[Offload] Store kernel name in GenericKernelTy (#142799)Ross Brunton1-1/+1
2025-06-25[Offload] Add an `unloadBinary` interface to PluginInterface (#143873)Ross Brunton1-34/+38
2025-06-24[Offload] Properly report errors when jit compiling (#145498)Ross Brunton1-2/+3
2025-06-13[Offload] Replace device info queue with a tree (#144050)Ross Brunton1-3/+3
2025-06-10[PGO][Offload] Fix offload coverage mapping (#143490)Ethan Luis McDonough2-20/+18
2025-06-03[Offload] Don't check in generated files (#141982)Callum Fare1-2/+2
2025-06-02[Offload] Optimistically accept SM architectures (#142399)Joseph Huber1-2/+1
2025-05-20[Offload] Use new error code handling mechanism and lower-case messages (#139...Ross Brunton4-42/+81
2025-05-19[Offload] Add Error Codes to PluginInterface (#138258)Ross Brunton1-0/+40
2025-04-23[Offload] Fix handling of 'bare' mode when environment missing (#136794)Joseph Huber1-14/+15
2025-03-24[Offload] Remove handling for COV4 binaries from offload/ (#131033)Joseph Huber1-3/+2
2025-03-19[PGO][Offload] Allow PGO flags to be used on GPU targets (#94268)Ethan Luis McDonough1-3/+11
2025-03-13[libc] Make RPC server handling header only (#131205)Joseph Huber1-3/+3
2025-03-12[TargetRegistry] Accept Triple in createTargetMachine() (NFC) (#130940)Nikita Popov1-3/+3
2025-03-06[offload] Fix build after Module::getTargetTriple() changeNikita Popov1-3/+3
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov1-1/+1
2025-02-11 [PGO][Offload] Profile profraw generation for GPU instrumentation #76587 (#...Ethan Luis McDonough2-11/+56
2025-02-11[Offload] Properly guard modifications to the RPC device array (#126790)Joseph Huber1-1/+4
2025-02-06[Offload] Make only a single thread handle the RPC server thread (#126067)Joseph Huber2-13/+8
2025-02-05[Offload] Stop the RPC server faiilng with more than one GPU (#125982)Joseph Huber1-3/+4
2025-02-03[OpenMP] Guard OpenMP specific entry handlingJoseph Huber1-1/+2
2025-01-31[Offload][NFC] Fix typos discovered by codespell (#125119)Christian Clauss2-8/+8
2025-01-27[Offload] Fix offload-info interfaceJoseph Huber1-1/+1