aboutsummaryrefslogtreecommitdiff
path: root/offload
AgeCommit message (Expand)AuthorFilesLines
2025-11-08[Offload] Remove unused KernelArgsTy instantiation (#167197)Kevin Sala Penades1-4/+0
2025-11-06[OpenMP] Fix tests relying on the heap size variableJoseph Huber4-7/+12
2025-11-06[Offload] Remove handling for device memory pool (#163629)Joseph Huber9-150/+12
2025-11-04[Offload] Add device UID (#164391)Robert Imschweiler12-6/+91
2025-10-31[MLIR][OpenMP] Fix and simplify bounds offset calculation for 1-D GEP offsets...agozillon1-0/+61
2025-10-24[OFFLOAD] Remove weak from __kmpc_* calls and gather them in one header (#164...Alex Duran5-38/+18
2025-10-22[OpenMP] Adds omp_target_is_accessible routine (#138294)Nicole Aschenbrenner9-0/+132
2025-10-22[NFC][Offload][OMPT] Improve readability of liboffload OMPT tests (#163181)Kaloyan Ignatov12-266/+327
2025-10-21[NFC][OpenMP] Update a test that was failing on aarch64. (#164456)Abhinav Gaba1-5/+9
2025-10-21[Offload] Use `amd_signal_async_handler` for host function calls (#154131)Ross Brunton1-18/+32
2025-10-20[NFC][OpenMP] Add small class-member use_device_ptr/addr unit tests. (#164039)Abhinav Gaba8-0/+300
2025-10-17[OFFLOAD] Interop fixes for Windows (#162652)Alex Duran2-8/+7
2025-10-16[Offload] XFAIL pgo tests until resolved (#163722)Jan Patrick Lehr4-0/+4
2025-10-15[OpenMP] Disable a few more tests to get the bot green (#163614)Joseph Huber2-1/+4
2025-10-15[OpenMP] Add test to print interop identifiers (#161434)Jan Patrick Lehr1-0/+83
2025-10-14Revert "[Offload] Lazily initialize platforms in the Offloading API" (#163272)Joseph Huber1-62/+33
2025-10-14[Offload] Lazily initialize platforms in the Offloading API (#163272)Joseph Huber2-38/+87
2025-10-12[Offload] Silence warning via maybe unused (NFC) (#163076)Jan Patrick Lehr1-1/+1
2025-10-09[Flang][OpenMP] Defer descriptor mapping for assumed dummy argument types (#1...agozillon1-0/+101
2025-10-09[OFFLOAD] Remove unused init_device_info plugin interface (#162650)Alex Duran5-64/+2
2025-10-06[Offload] Fix isValidBinary segfault on host platformJoseph Huber1-2/+3
2025-10-06[Offload] Remove check on kernel argument sizes (#162121)Joseph Huber4-5/+6
2025-10-02[OFFLOAD] Restore interop functionality (#161429)Alex Duran4-5/+116
2025-10-02[Flang][OpenMP] Implicitly map nested allocatable components in derived types...Akash Banerjee1-0/+43
2025-09-29[OpenMP] Mark problematic tests as XFAIL / UNSUPPORTED (#161267)Joseph Huber17-42/+58
2025-09-29[Offload] Fix incorrect size used in llvm-offload-device-info toolJoseph Huber1-1/+1
2025-09-29[OpenMP][Offload] Support `PRIVATE | ATTACH` maps for corresponding-pointer-i...Abhinav Gaba1-64/+307
2025-09-29[OpenMP] Fix 'libc' configuration when building OpenMPJoseph Huber1-188/+0
2025-09-29[OpenMP][Flang] Fix no-loop test (#161162)Dominik Adamski1-0/+1
2025-09-29[Offload][NFC] use unique ptrs for platforms (#160888)Piotr Balcer1-44/+45
2025-09-26[Offload] Use Error for allocating/deallocating in plugins (#160811)Kevin Sala Penades6-126/+158
2025-09-26[Flang][OpenMP] Enable no-loop kernels (#155818)Dominik Adamski1-0/+96
2025-09-25Revert "[Flang][OpenMP] Implicitly map nested allocatable components in deriv...Akash Banerjee1-43/+0
2025-09-24[Flang][OpenMP] Implicitly map nested allocatable components in derived types...Akash Banerjee1-0/+43
2025-09-24[Offload] Add olGetMemInfo with platform-less API (#159581)Ross Brunton5-1/+300
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-23[Offload] Don't add the unsupported host plugin to the list (#159642)Joseph Huber1-6/+4
2025-09-23[Offload] Re-allocate overlapping memory (#159567)Ross Brunton3-10/+83
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 Huber7-30/+3
2025-09-19[OpenMP][NFC] Clean up a bunch of warnings and clang-tidy messages (#159831)Joseph Huber2-26/+29
2025-09-19[OpenMP][MLIR] Preserve to/from flags in mapper base entry for mappers (#159799)Akash Banerjee1-0/+48
2025-09-19[Offload] Implement 'olIsValidBinary' in offload and clean up (#159658)Joseph Huber7-21/+86
2025-09-18[Offload] Include product name in llvm-offload-device-info (#159384)Ross Brunton1-0/+2
2025-09-17[LLVM] Fix offload and update CUDA ABI for all SM values (#159354)Joseph Huber1-1/+1
2025-09-17[NFC][flang][do concurent] Add saxpy offload tests for OpenMP mapping (#155993)Kareem Ergawy2-0/+106
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 Huber8-198/+89
2025-09-16[OpenMP] Fix force-usm test after #157182 (#159095)Jan Patrick Lehr1-1/+1