aboutsummaryrefslogtreecommitdiff
path: root/openmp/libomptarget
AgeCommit message (Expand)AuthorFilesLines
2024-02-26[flang][OpenMP] Add missing implementation for 'omp_is_initial_device' (#83056)Michael Klemm1-0/+2
2024-02-26[OpenMP][OMPT] Add OMPT callback for device data exchange 'Device-to-Device' ...Michael Halkenhäuser6-43/+153
2024-02-23[libc] Remove 'llvm-gpu-none' directory from build (#82816)Joseph Huber1-8/+2
2024-02-22[Libomptarget][NFC] Remove concept of optional plugin functions (#82681)Joseph Huber3-41/+43
2024-02-22[libc] Rework the GPU build to be a regular target (#81921)Joseph Huber4-12/+14
2024-02-22Fix build on musl by including stdint.h (#81434)Daniel Martinez1-0/+1
2024-02-22[Libomptarget] Remove global ctor and use reference counting (#80499)Joseph Huber7-15/+89
2024-02-21[OpenMP] Remove `register_requires` global constructor (#80460)Joseph Huber6-7/+50
2024-02-19[libomptarget][test] Add support for APU testing feature. (#82054)Gheorghe-Teodor Bercea2-0/+70
2024-02-07[libomptarget] [OMPT] Fixed return address computation for OMPT events. (#80498)dhruvachak11-30/+275
2024-02-06[OpenMP] Support for global variables when in auto zero-copy. (#80876)carlobertolli2-1/+87
2024-02-06[OpenMP] HSA_ENABLE_SDMA visible in libomptarget tests (#80860)Jan Patrick Lehr1-0/+3
2024-02-05[Flang][OpenMP] Initial mapping of Fortran pointers and allocatables for targ...agozillon8-0/+431
2024-02-05[Libomptarget] Remove unused 'SupportsEmptyImages' API function (#80316)Joseph Huber5-17/+1
2024-02-03[Libomptarget] Fix data mapping on dynamic loads (#80559)Joseph Huber3-7/+3
2024-02-01[OpenMP] Fix typo (NFC) (#80332)Kelvin Li1-1/+1
2024-02-01[OpenMP] Fix build breakage (NFC) (#80313)Kelvin Li1-1/+1
2024-01-31[Libomptarget] Remove handling of old ctor / dtor entries (#80153)Joseph Huber8-152/+8
2024-01-30[OpenMP52][LIBOMPTARGET] Do not throw error in omp_get_mapped_ptr for the hos...Saiyedul Islam1-1/+1
2024-01-30[Libomptarget] Remove remaining inline assembly from the device RTL (#79922)Joseph Huber5-61/+10
2024-01-29[libomptarget][NFC] Outline parallel SPMD function (#78642)Gheorghe-Teodor Bercea1-46/+62
2024-01-25[OpenMP] Disable LTO build of libomptarget and plugins by default. (#79387)Michael Kruse1-10/+15
2024-01-24[openmp][flang][offloading] Do not use fixed device IDs in checks (#78973)Kareem Ergawy1-2/+2
2024-01-22[OpenMP][Fix] Require USM capability in force-usm test (#79059)Jan Patrick Lehr1-0/+2
2024-01-22[OpenMP][USM] Introduces -fopenmp-force-usm flag (#76571)Jan Patrick Lehr2-0/+67
2024-01-22[Libomptarget] Move target table handling out of the plugins (#77150)Joseph Huber14-210/+201
2024-01-22[OpenMP] Enable automatic unified shared memory on MI300A. (#77512)carlobertolli12-28/+219
2024-01-22[OpenMP] Fix two usm tests for amdgpus. (#78824)carlobertolli4-8/+15
2024-01-22[LLVM][CMake] Add ffi_static target for the FFI static library (#78779)Joseph Huber1-5/+8
2024-01-22[OpenMP][OMPIRBuilder] Fix LLVM IR codegen for collapsed device loop (#78708)Dominik Adamski1-0/+44
2024-01-18[NFC][OpenMP] Fix typo in CHECK line (#78586)Dominik Adamski1-1/+1
2024-01-18[NFC][OpenMP][Flang] Add test for OpenMP target parallel do (#77776)Dominik Adamski1-0/+33
2024-01-17[openmp] Remove extra ';' outside of functionAlexandre Ganea1-1/+1
2024-01-15[Libomptarget] Remove temporary files in AMDGPU JIT impl (#77980)Joseph Huber1-18/+32
2024-01-12Revert "[OpenMP] Fix two usm tests for amdgpus." (#77983)carlobertolli4-11/+8
2024-01-12[OpenMP] Fix two usm tests for amdgpus. (#77851)carlobertolli4-8/+11
2024-01-11[OpenMP] Fix or disable NVPTX tests failing currently (#77844)Joseph Huber10-2/+29
2024-01-11[Libomptarget] Fix GPU Dtors referencing possibly deallocated image (#77828)Joseph Huber3-8/+35
2024-01-11[Libomptarget] Fix JIT on the NVPTX target by calling ptx manually (#77801)Joseph Huber1-0/+62
2024-01-11[OpenMP] Add missing weak definitions of missing variables (#77767)Dominik Adamski3-7/+21
2024-01-11[NFC][OpenMP][Flang] Add smoke test for omp target parallel (#77579)Dominik Adamski1-0/+21
2024-01-10[Flang][OpenMP][Offloading][Test] Adjust slightly incorrect tests now cmake c...Andrew Gozillon2-3/+1
2024-01-10[Libomptarget] Do not abort on failed plugin init (#77623)Joseph Huber1-2/+2
2024-01-10[Libomptarget][NFC] Format in-line comments consistently (#77530)Joseph Huber17-128/+120
2024-01-10[Libomptarget] Add error message back in after changes (#77528)Joseph Huber1-1/+25
2024-01-10[Libomptarget] Do not run CPU tests if FFI was not foundJoseph Huber1-5/+10
2024-01-09[Libomptarget] Allow the CPU targets to be built without libffi (#77495)Joseph Huber5-102/+209
2024-01-08[Libomptarget] Remove extra cache for offloading entries (#77012)Joseph Huber6-22/+18
2024-01-08Revert "[OpenMP][libomptarget] Enable automatic unified shared memory executi...carlobertolli12-197/+6
2024-01-08[OpenMP][libomptarget] Enable automatic unified shared memory executi… (#75...carlobertolli12-6/+197