aboutsummaryrefslogtreecommitdiff
path: root/openmp/runtime/src/include
AgeCommit message (Expand)AuthorFilesLines
2025-12-06[openmp][NFCI] Move .mod code out of runtimes subdir (#169909)Michael Kruse2-2481/+0
2025-12-01Reland: [OpenMP] Implement omp_get_uid_from_device() / omp_get_device_from_ui...Robert Imschweiler1-0/+5
2025-11-18Revert "[OpenMP] Implement omp_get_uid_from_device() / omp_get_device_from_ui...Robert Imschweiler3-38/+0
2025-11-18[OpenMP] Implement omp_get_uid_from_device() / omp_get_device_from_uid() (#16...Robert Imschweiler3-0/+38
2025-07-21[OpenMP] Fixup bugs found during fuzz testing (#143455)Jonathan Peyton2-5/+4
2025-06-13[OpenMP] Remove declaration and usage of __AMDGCN_WAVEFRONT_SIZE (#143761)nicebert1-5/+13
2025-06-12[OpenMP][Flang]Fix omp_get_cancellation return type from integer to logical (...Yang Zaizhou1-1/+1
2025-04-02[OpenMP] 6.0 (TR11) Memory Management Update (#97106)Hansang Bae3-9/+251
2025-02-04[OpenMP] Make `omp.h` work when compiled with `-ffreestanding` (#125618)Joseph Huber1-1/+7
2024-08-15[OpenMP] Add support for pause with omp_pause_stop_tool (#97100)Hansang Bae3-1/+5
2024-07-16[OpenMP] Use new OMPT state and sync kinds for barrier events (#95602)Hansang Bae1-0/+2
2024-07-03[OpenMP] Add ompt_start_tool declaration in omp-tools.h (#97099)Hansang Bae1-0/+8
2024-06-03Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)" (#94139)Shilei Tian1-8/+60
2024-05-26Revert "Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)""Shilei Tian1-60/+8
2024-05-26Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)"Shilei Tian1-8/+60
2024-05-24Revert "[OpenMP][OMPX] Add shfl_down_sync (#93311)"Joseph Huber1-60/+8
2024-05-24[NFC][OpenMP][OMPX] Remove ';' that is outside of a functionShilei Tian1-8/+8
2024-05-24[OpenMP][OMPX] No default argument for C APIShilei Tian1-1/+1
2024-05-24[OpenMP][OMPX] Add shfl_down_sync (#93311)Shilei Tian1-0/+52
2024-05-24[OpenMP][OMPX] Add ballot_sync (#91297)Shilei Tian1-0/+12
2024-05-06[NFC][OpenMP][OMPX] Move `declare variant` upShilei Tian1-1/+4
2024-03-20[flang][OpenMP] Compile proper `omp_lib.mod` from the `openmp/src/include` so...Michael Klemm2-145/+345
2024-03-18[OpenMP] Add OpenMP extension API to dump mapping tables (#85381)nicebert1-0/+2
2024-02-06[OMPD] Runtime Entry Point functions for OMPD in libomp.so need C linkage as ...vigbalu1-0/+8
2024-01-18[OpenMP][omp_lib] Restore compatibility with more restrictive Fortran compile...Paul Osmialowski1-3/+3
2023-11-29[OpenMP] Add an 'stddef.h' include to 'omp.h' (#73876)Joseph Huber1-0/+1
2023-10-25[OpenMP][Obvious] Fix function prototype when used in C modeJoseph Huber1-1/+1
2023-10-19[libomptarget][OpenMP] Initial implementation of omp_target_memset() and omp_...Michael Klemm3-0/+49
2023-08-03[OMPX] Change `thread_dim` to `block_dim` and the original `block_dim` to `gr...Shilei Tian1-6/+6
2023-07-31[OpenMP] Add ompx wrappers for __syncthreadsJohannes Doerfert1-0/+55
2023-07-31[OpenMP] Introduce ompx.h and 3D wrappers (threadId, threadDim, ...)Johannes Doerfert1-0/+110
2023-07-07[OpenMP] Add OMPT support for omp_all_memory task dependenceJoachim Jenke1-7/+9
2022-10-01[OpenMP] [OMPT] [1/8] Create separate categories for host, device, [no]emi ev...Dhruva Chakrabarti1-15/+42
2022-04-07[OpenMP] Add dynamic memory function to omp.h and add documentationJoseph Huber1-0/+3
2022-04-07[OpenMP] Change target memory tests to use allocatorsJoseph Huber3-8/+0
2022-04-06[OpenMP] Add support for ompt_callback_dispatchHansang Bae1-4/+16
2022-03-31[OpenMP][libomp] NFC: Move omp_* functions out of kmp_* sectionJonathan Peyton2-42/+40
2022-03-05[OpenMP] libomp: omp_in_explicit_task() implemented.AndreyChurbanov3-0/+13
2022-03-01[Openmp]: Missing import statement in openmp interface for FortranMalhar Jajoo1-6/+6
2021-12-10[OpenMP] libomp: fix Fortran header: lines exceeded 72-char lengthAndreyChurbanov1-2/+4
2021-11-10Revert "[openmp] Add OMPT initialization in libomptarget"Joachim Protze1-39/+11
2021-10-11[OpenMP] libomp: add OpenMP 5.1 memory allocation routines.AndreyChurbanov3-1/+108
2021-09-09[OpenMP] Fix line truncation in omp_lib.hHansang Bae1-7/+7
2021-08-04[openmp] Add OMPT initialization in libomptargetLechen Yu1-11/+39
2021-06-08[OpenMP][OMPD] Implementation of OMPD debugging library - libompd.Vignesh Balasubramanian1-0/+194
2021-06-01[OpenMP] Define named constants for interop's foreign runtime IDHansang Bae3-1/+45
2021-04-16[OpenMP] Add omp_target_is_accessible() to header filesHansang Bae3-5/+23
2021-04-06[OpenMP] Define omp_is_initial_device() variants in omp.hHansang Bae1-0/+9
2021-03-16[OpenMP] Add runtime interface for OpenMP 5.1 error directiveHansang Bae1-0/+7
2021-03-02[OpenMP] Add allocator support for target memoryHansang Bae3-0/+39