aboutsummaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)AuthorFilesLines
2024-01-23Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Cl...Alexandre Ganea8-38/+67
2024-01-23Revert 10f3296dd7d74c975f208a8569221dc8f96d1db1 - [openmp] Fix warnings when ...Alexandre Ganea8-60/+34
2024-01-23[openmp] Fix warnings when building on Windows with latest MSVC or Clang ToT ...Alexandre Ganea8-34/+60
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[openmp] Revert 64874e5ab5fd102344d43ac9465537a44130bf19 since it was committ...Alexandre Ganea9-84/+15
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-18[OpenMP][omp_lib] Restore compatibility with more restrictive Fortran compile...Paul Osmialowski1-3/+3
2024-01-17[openmp] Silence warnings when building the LLVM release with MSVCAlexandre Ganea9-15/+84
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-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