aboutsummaryrefslogtreecommitdiff
path: root/offload/plugins-nextgen
AgeCommit message (Expand)AuthorFilesLines
9 days[Offload] Cast to `void *` in the debug message (#177019)Hansang Bae1-4/+7
9 days[OFFLOAD] Add asynchronous queue query API for libomptarget migration (#172231)fineg747-17/+50
2026-01-15[Offload] Remove unnecessary `maybe_unused` attribute (#175855)Hansang Bae1-3/+3
2026-01-14[Offload] Small debug message fix in Level Zero plugin (#175958)Hansang Bae1-2/+1
2026-01-13[OFFLOAD] Update CUDA and AMD plugins to new debug format (#175787)Alex Duran5-15/+27
2026-01-13Revert "[OFFLOAD] Update CUDA and AMD plugins to new debug format" (#175786)Alex Duran5-21/+15
2026-01-13[OFFLOAD] Update CUDA and AMD plugins to new debug format (#175757)Alex Duran5-15/+21
2026-01-12[NFC][Offload] Rename a function (#175673)Hansang Bae1-6/+6
2026-01-12[Offload] Fix level_zero plugin build (#175664)Hansang Bae1-2/+0
2026-01-12[Offload] Update debug message printig in the plugins (#175205)Hansang Bae15-247/+270
2026-01-12[OFFLOAD] Add memory data locking API for libomptarget migration (#173138)fineg741-2/+3
2026-01-12[OFFLOAD][OpenMP] Remove old style REPORT support (#175607)Alex Duran2-2/+2
2026-01-09[OpenMP] Remove testing LTO variant on CPU targets (#175187)Joseph Huber1-7/+7
2026-01-08[OFFLOAD] Make L0 provide more information about device to be consistent with...fineg742-1/+26
2025-12-18[OFFLOAD][L0] Expose native ELF to upper layers (#172819)Alex Duran5-94/+91
2025-12-18[OFFLOAD][L0] Improve symbol device lookup (#172820)Alex Duran3-12/+11
2025-12-18[OFFLOAD][L0] Fix usages of getDebugLevel in L0 plugin (#172815)Alex Duran2-50/+60
2025-12-18[OFFLOAD] Add plugin with support for Intel oneAPI Level Zero (#158900)Alex Duran23-0/+5840
2025-12-17[Offload] Debug message update part 3 (#171684)Hansang Bae5-127/+140
2025-12-14[offload] Fix CUDA args size by subtracting tail padding (#172249)Kevin Sala Penades3-2/+33
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