aboutsummaryrefslogtreecommitdiff
path: root/offload
AgeCommit message (Expand)AuthorFilesLines
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
2025-09-16[Offload] Make `ASSERT_ERROR` output more readable (#157653)Ross Brunton1-2/+6
2025-09-15[Offload][OpenMP] Support shadow-pointer tracking for Fortran descriptors. (#...Abhinav Gaba2-38/+109
2025-09-10[offload] Fix finding libomptarget in runtimes build (#157856)Michał Górny1-0/+2
2025-09-09[Flang][OpenMP] Fix mapping of character type with LEN > 1 specified (#154172)agozillon2-0/+52
2025-09-09[Offload] Build libcxx on the GPU libc bot (#157673)Joseph Huber1-1/+2
2025-09-09[Offload] Skip most liboffload tests if no devices (#157417)Ross Brunton2-1/+8
2025-09-08[OpenMP] Fix incorrect CUDA bc path after library change (#157547)Joseph Huber1-1/+1
2025-09-08[OpenMP] Move `__omp_rtl_data_environment' handling to OpenMP (#157182)Joseph Huber5-104/+88
2025-09-08[Offload] Build the OpenMP device library with the AMDGPU libc botJoseph Huber1-1/+1
2025-09-08[offload] Permit redefining OPENMP_STANDALONE_BUILD (#157253)Michał Górny1-1/+2
2025-09-08[OpenMP] Change build of OpenMP device runtime to be a separate runtime (#136...Joseph Huber32-5848/+5
2025-09-08[OpenMP] Add tests for mapping of chained 'containing' structs (#156703)Julian Brown3-0/+351
2025-09-07Revert "[Offload] Run unit tests as a part of check-offload" (#157346)Michał Górny1-1/+1
2025-09-05[Offload] Run tests 16-way parallel on AMDGPU (#156627)Jan Patrick Lehr1-1/+1
2025-09-04[OpenMP][Offload] Restore __kmpc_* function signatures (#156104)Robert Imschweiler1-11/+36
2025-09-04[Offload] Fix CHECK string in llvm-omp-device-info test (#156872)Jan Patrick Lehr1-2/+2
2025-09-04[Offload] Port llvm-offload-device-info to new offload API (#155626)Ross Brunton2-21/+260
2025-09-03[Offload] Run unit tests as a part of check-offload (#156675)Joseph Huber1-1/+1
2025-09-03[Offload][OpenMP] Enable more tests on AMDGPU (#156626)Jan Patrick Lehr2-4/+41
2025-09-01[OpenMP][Offload] Mark `SPMD_NO_LOOP` as a valid exec mode (#155990)Ross Brunton1-0/+1
2025-08-29[Offload] Update tablegen tests (#156041)Ross Brunton8-26/+13
2025-08-29[Offload] Add `OL_DEVICE_INFO_MAX_WORK_SIZE[_PER_DIMENSION]` (#155823)Ross Brunton6-3/+44
2025-08-29[Offload] Improve `olDestroyQueue` logic (#153041)Ross Brunton3-22/+144
2025-08-28[Offload] Add PRODUCT_NAME device info (#155632)Ross Brunton8-6/+37
2025-08-28[Offload] Update LIBOMPTARGET_INFO text for `attach` map-type. (#155509)Abhinav Gaba2-1/+14
2025-08-28[Offload][OpenMP] Tests require libc on GPU for printf (#155785)Jan Patrick Lehr6-0/+12
2025-08-28[OpenMP][clang] 6.0: num_threads strict (part 2: device runtime) (#146404)Robert Imschweiler2-18/+65
2025-08-28[OpenMP][Offload] Add SPMD-No-Loop mode to OpenMP offload runtime (#154105)Dominik Adamski3-2/+14
2025-08-27[NFC][offload] Fix error message for cuFuncSetAttribute (#155655)Kevin Sala Penades1-1/+1
2025-08-26[Offload][Conformance] Add README file (#155190)Leandro Lacerda1-0/+83
2025-08-26[Offload] Full AMD support for olMemFill (#154958)Ross Brunton3-54/+210
2025-08-25[NFC][OpenMP] Add several use_device_ptr/addr tests. (#154939)Abhinav Gaba15-4/+1481
2025-08-24[Offload][Conformance] Add exhaustive tests for half-precision math functions...Leandro Lacerda32-5/+1644