aboutsummaryrefslogtreecommitdiff
path: root/offload/plugins-nextgen
AgeCommit message (Expand)AuthorFilesLines
2025-11-20[OFFLOAD] Add support for more fine grained debug messages control (#165416)Alex Duran1-0/+2
2025-11-19[Offload] Make the RPC thread sleep briefly when idle (#168596)Joseph Huber1-3/+18
2025-11-13[Offload] Add device info for shared memory (#167817)Kevin Sala Penades3-4/+28
2025-11-06[OpenMP] Fix tests relying on the heap size variableJoseph Huber3-7/+11
2025-11-06[Offload] Remove handling for device memory pool (#163629)Joseph Huber5-127/+9
2025-11-04[Offload] Add device UID (#164391)Robert Imschweiler7-4/+63
2025-10-22[OpenMP] Adds omp_target_is_accessible routine (#138294)Nicole Aschenbrenner3-0/+55
2025-10-21[Offload] Use `amd_signal_async_handler` for host function calls (#154131)Ross Brunton1-18/+32
2025-10-09[OFFLOAD] Remove unused init_device_info plugin interface (#162650)Alex Duran5-64/+2
2025-10-06[Offload] Remove check on kernel argument sizes (#162121)Joseph Huber1-5/+0
2025-10-02[OFFLOAD] Restore interop functionality (#161429)Alex Duran2-0/+75
2025-09-26[Offload] Use Error for allocating/deallocating in plugins (#160811)Kevin Sala Penades6-126/+158
2025-09-24[Offload] Print Image location rather than casting it (#160309)Ross Brunton1-2/+4
2025-09-23[Offload][NFC] Avoid temporary string copies in InfoTreeNode (#159372)Alexey Sachkov1-3/+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 Huber6-28/+3
2025-09-19[OpenMP][NFC] Clean up a bunch of warnings and clang-tidy messages (#159831)Joseph Huber2-26/+29
2025-09-19[Offload] Implement 'olIsValidBinary' in offload and clean up (#159658)Joseph Huber2-18/+11
2025-09-17[LLVM] Fix offload and update CUDA ABI for all SM values (#159354)Joseph Huber1-1/+1
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 Huber7-172/+80
2025-09-08[OpenMP] Move `__omp_rtl_data_environment' handling to OpenMP (#157182)Joseph Huber3-103/+3
2025-09-01[OpenMP][Offload] Mark `SPMD_NO_LOOP` as a valid exec mode (#155990)Ross Brunton1-0/+1
2025-08-29[Offload] Add `OL_DEVICE_INFO_MAX_WORK_SIZE[_PER_DIMENSION]` (#155823)Ross Brunton2-3/+10
2025-08-29[Offload] Improve `olDestroyQueue` logic (#153041)Ross Brunton1-6/+9
2025-08-28[Offload] Add PRODUCT_NAME device info (#155632)Ross Brunton2-2/+4
2025-08-28[OpenMP][Offload] Add SPMD-No-Loop mode to OpenMP offload runtime (#154105)Dominik Adamski2-1/+12
2025-08-27[NFC][offload] Fix error message for cuFuncSetAttribute (#155655)Kevin Sala Penades1-1/+1
2025-08-26[Offload] Full AMD support for olMemFill (#154958)Ross Brunton1-25/+88
2025-08-22[Offload] Implement olMemFill (#154102)Callum Fare7-0/+132
2025-08-22[Offload] `OL_EVENT_INFO_IS_COMPLETE` (#153194)Ross Brunton7-0/+63
2025-08-19[Offload] Add olCalculateOptimalOccupancy (#142950)Ross Brunton6-0/+39
2025-08-19[Offload] Define additional device info properties (#152533)Rafal Bielski4-7/+42
2025-08-15[Offload] Introduce dataFence plugin interface. (#153793)Abhinav Gaba5-0/+41
2025-08-15[Offload] `olLaunchHostFunction` (#152482)Ross Brunton5-0/+82
2025-08-13[Offload] Implement hasPendingWork on CUDA (#152728)Callum Fare1-2/+12
2025-08-10[Offload] Fix return error with a condition (#152876)Kevin Sala Penades1-3/+4
2025-08-08[Offload] Make olLaunchKernel test thread safe (#149497)Ross Brunton5-42/+66
2025-08-07[Offload] Don't create events for empty queues (#152304)Ross Brunton5-0/+42
2025-08-06[AMDGPU][Offload] Enable memory manager use for up to ~3GB allocation size in...hidekisaito3-1/+41
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 Duran2-33/+158
2025-08-04[Offload] Rework `MAX_WORK_GROUP_SIZE` (#151926)Ross Brunton2-4/+6
2025-07-25[Offload] Erase entries from JIT cache when program is destroyed (#148847)Ross Brunton3-12/+29
2025-07-21[LLVM] Update CUDA ELF flags for their new ABI (#149534)Joseph Huber2-9/+20
2025-07-21[Offload] Verify SyncCycle for events in AMDGPU (#149524)Ross Brunton1-0/+5
2025-07-18[Offload] Allow "tagging" device info entries with offload keys (#147317)Ross Brunton3-11/+38
2025-07-18[Offload] Implement event sync in amdgpu (#149300)Ross Brunton1-2/+50
2025-07-14[Offload] Return error rather than dropping it (#148609)Ross Brunton1-1/+1
2025-07-10[Offload] Allow querying the size of globals (#147698)Ross Brunton3-9/+19