aboutsummaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)AuthorFilesLines
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-10[OpenMP] Allow setting OPENMP_INSTALL_LIBDIR (#77533)Martin Storsjö1-2/+4
2024-01-09[Libomptarget] Allow the CPU targets to be built without libffi (#77495)Joseph Huber5-102/+209
2024-01-09[openmp][AIX] Add AIX to __kmp_set_stack_info() (#77421)Brad Smith1-1/+1
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
2024-01-08[Libomptarget] Remove unnecessary CMake definition of endiannness (#77205)Joseph Huber2-8/+12
2024-01-08[Libomptarget][NFC] Fix unhandled allocator enum valueJoseph Huber1-0/+1
2024-01-08[openmp][AIX]Initial changes for porting to AIX (#76841)Xing Xue18-33/+112
2024-01-06[openmp][amdgpu] Add DynamicLdsSize to AMDGPUImplicitArgsTy (#65325)Chaitanya2-1/+4
2024-01-04[libomptarget][flang] Explicitly pass the OpenMP device libraries to tests (#...Dominik Adamski1-1/+1
2024-01-02 [Libomptarget] Fix RPC-based malloc on NVPTX (#72440)Joseph Huber8-6/+50
2024-01-02[flang][OpenMP][Offloading][AMDGPU] Add test for `target update` (#76355)Kareem Ergawy1-0/+50
2023-12-29[Libomptarget] Rework image checking further (#76120)Joseph Huber5-41/+42
2023-12-27[OpenMP][libomptarget][Fix] Add missing array initialization (#76457)Gheorghe-Teodor Bercea1-0/+1
2023-12-22[OpenMP] Remove unnecessary dependencies from plugin unit tests (#76266)Ethan Luis McDonough1-1/+1
2023-12-22[OpenMP] Improve omp offload profiler (#68016)Felipe Cabarcas4-29/+50
2023-12-21Reland [OpenMP][Fix] libomptarget Fortran tests (#76189)Fabian Mora11-15/+21
2023-12-21[OpenMP] Check for gtest when building libomptarget unit tests (#76141)Ethan Luis McDonough1-1/+3
2023-12-20[Libomptarget][Obvious] Fix typo in attribute lookupJoseph Huber1-1/+1
2023-12-20[Libomptarget][NFCI] Remove caching of created ELF files (#76080)Joseph Huber3-40/+20
2023-12-20[OpenMP] Reduce the size of heap memory required by the test `malloc_parallel...Shilei Tian2-8/+8
2023-12-20[OpenMP] Add unit tests for nextgen plugins (#74398)Ethan Luis McDonough4-0/+193
2023-12-20[Libomptarget][NFC] Fix linting warnings in the pluginsJoseph Huber5-29/+26
2023-12-19[Libomptarget] Remove __tgt_image_info and use the ELF directly (#75720)Joseph Huber15-207/+166
2023-12-19[Libomptarget] Use scoped atomics in the device runtime (#75834)Joseph Huber1-10/+17
2023-12-19[OpenMP][AArch64] Workaround for ompt/synchronization tests (#75848)Carlos Eduardo Seo1-7/+4
2023-12-19Revert "[OpenMP][Fix] libomptarget Fortran tests" (#75953)Fabian Mora11-21/+15
2023-12-19[OpenMP][libomptarget][Fix] Disable test on NVIDIA platforms (#75949)Gheorghe-Teodor Bercea1-0/+3
2023-12-19[OpenMP][Fix] libomptarget Fortran tests (#74543)Fabian Mora11-15/+21
2023-12-18[OpenMP] Directly use user's grid and block size in kernel language mode (#70...Shilei Tian3-0/+49
2023-12-18[Libomptarget] Remove remaining global constructors in plugins (#75814)Joseph Huber1-11/+9
2023-12-18[Libomptarget] Remove bitcode image map used for JIT processing (#75672)Joseph Huber1-32/+19
2023-12-18[OpenMP][libomptarget][Fix]Require presence of libomptarget-debug for newly a...Gheorghe-Teodor Bercea1-0/+2
2023-12-18[Clang][OpenMP] Fix mapping of structs to device (#75642)Gheorghe-Teodor Bercea1-0/+114
2023-12-16Use StringRef::{starts,ends}_with (NFC)Kazu Hirata2-2/+2
2023-12-15[OpenMP] Use simple VLA implementation to replace uses of actual VLAShilei Tian3-4/+61