summaryrefslogtreecommitdiff
path: root/offload/DeviceRTL/include
AgeCommit message (Expand)Author
2025-05-05[OpenMP] Add pre sm_70 load hack back in (#138589)Joseph Huber
2025-03-18[OpenMP] Use 'gpuintrin.h' definitions for simple block identifiers (#131631)Joseph Huber
2025-02-09[OpenMP] Replace use of target address space with <gpuintrin.h> local (#126119)Joseph Huber
2025-02-05[OpenMP] Port the OpenMP device runtime to direct C++ compilation (#123673)Joseph Huber
2025-01-31[Offload][NFC] Fix typos discovered by codespell (#125119)Christian Clauss
2025-01-21[OpenMP] Remove usage of pointer-to-member in lookup (#123671)Joseph Huber
2025-01-20[OpenMP] Make each atomic helper take an atomic scope argument (#122786)Joseph Huber
2025-01-20[OpenMP] Adjust 'printf' handling in the OpenMP runtime (#123670)Joseph Huber
2025-01-20[OpenMP] Fix mispelled attribute and warningJoseph Huber
2025-01-20[OpenMP] Remove 'omp assumes' scopes now that we have no inline ASM (#123611)Joseph Huber
2025-01-16[OpenMP] Remove hack around missing atomic load (#122781)Joseph Huber
2025-01-10[OpenMP] Fix missing type getter for SFINAE helperJoseph Huber
2025-01-09[OpenMP] Use __builtin_bit_cast instead of UB type punning (#122325)Joseph Huber
2025-01-09[OpenMP] Update atomic helpers to just use headers (#122185)Joseph Huber
2024-12-12[OpenMP] Replace AMDGPU fences with generic scoped fences (#119619)Joseph Huber
2024-09-13[OpenMP] Fix redefining `stdint.h` types (#108607)Joseph Huber
2024-09-05[Offload][NFC] Reorganize `utils::` and make Device/Host/Shared clearer (#100...Johannes Doerfert
2024-08-22[PGO][OpenMP] Instrumentation for GPU devices (Revision of #76587) (#102691)Ethan Luis McDonough
2024-08-14[OpenMP] Implement 'omp_alloc' on the device (#102526)Joseph Huber
2024-07-26Reapply "[OpenMP][libc] Remove special handling for OpenMP printf (#98940)"Joseph Huber
2024-07-26Revert "[OpenMP][libc] Remove special handling for OpenMP printf (#98940)"Joseph Huber
2024-07-26[OpenMP][libc] Remove special handling for OpenMP printf (#98940)Joseph Huber
2024-07-01[OpenMP][offload] Fix dynamic schedule tracking (#97065)Gheorghe-Teodor Bercea
2024-06-28Revert "[PGO][OpenMP] Instrumentation for GPU devices (#76587)"Ethan Luis McDonough
2024-06-28[PGO][OpenMP] Instrumentation for GPU devices (#76587)Ethan Luis McDonough
2024-06-03Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)" (#94139)Shilei Tian
2024-05-26Revert "Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)""Shilei Tian
2024-05-26Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)"Shilei Tian
2024-05-24Revert "[OpenMP][OMPX] Add shfl_down_sync (#93311)"Joseph Huber
2024-05-24[OpenMP][OMPX] Add shfl_down_sync (#93311)Shilei Tian
2024-05-24[OpenMP][OMPX] Add ballot_sync (#91297)Shilei Tian
2024-04-22[Offload] Move `/openmp/libomptarget` to `/offload` (#75125)Johannes Doerfert