summaryrefslogtreecommitdiff
path: root/openmp/runtime/src/kmp_runtime.cpp
AgeCommit message (Expand)Author
2023-05-01[OpenMP] Handle function calls from `libomp` to `libomptarget` correctlyShilei Tian
2023-05-01Revert "[OpenMP] Handle function calls from `libomp` to `libomptarget` correc...Shilei Tian
2023-05-01[OpenMP] Handle function calls from `libomp` to `libomptarget` correctlyShilei Tian
2023-02-23[OpenMP] Fix the wrong use of `fopen`Shilei Tian
2023-02-08Fix initialization of th_task_state on each thread on expanding hot teams.Terry Wilmarth
2023-01-24[OpenMP] Create a temp file in /tmp if /dev/shm is not accessibleShilei Tian
2023-01-20[OpenMP] Fix for distributed barrier.Terry Wilmarth
2023-01-18[OpenMP] Fix inconsistent task state if hot team is not usedShilei Tian
2023-01-16[OpenMP][libomp] Fix macOS 12 library destructionJonathan Peyton
2023-01-11[OpenMP] Fix for smaller team sizes inside teams construct.Terry Wilmarth
2022-12-12[OpenMP] Refactoring: Move teams forking and serial region forking to separat...Terry Wilmarth
2022-12-06[OpenMP][libomp] Cleanup version script and exported symbolsJonathan Peyton
2022-10-28[OpenMP][libomp] Add hidden helper affinityJonathan Peyton
2022-10-28[OpenMP][libomp] Parameterize affinity functionsJonathan Peyton
2022-09-19[OpenMP] Add LoongArch64 supportSignKirigami
2022-08-11[OpenMP][OMPT] Fix memory leak when using GCC compatibility codeJonathan Peyton
2022-07-19[OpenMP][libomp] Allow reset affinity mask after parallelAndreyChurbanov
2022-07-19[OpenMP][libomp] Fix /dev/shm pollution after forked child process terminatesAndreyChurbanov
2022-06-24[OpenMP][libomp] avoid spin wait and yield on arm64 macOSDaniel Douglas
2022-06-22[OpenMP][libomp] Hold old __kmp_threads arrays until library shutdownJonathan Peyton
2022-06-03[OpenMP] allow loc to be NULL in __kmp_determine_reduction_method for MSVCVadim Paretsky
2022-02-14[OpenMP][libomp] Introduce oneAPI compiler supportJonathan Peyton
2022-01-18[OpenMP] Add use of TPAUSETerry Wilmarth
2021-12-29[OpenMP] Add missing `tt_hidden_helper_task_encountered` along with `tt_found...Shilei Tian
2021-12-08[OpenMP] libomp: Fix crash if application send us negative thread_limit valueAndreyChurbanov
2021-10-14[OpenMP][host runtime] Add support for teams affinityPeyton, Jonathan L
2021-10-13[OpenMP] libomp: fix ittnotify usage.AndreyChurbanov
2021-08-09[openmp] Do not use shared memory on AndroidPirama Arumuga Nainar
2021-07-30[OpenMP][NFC] libomp: silence warnings on unused variables.AndreyChurbanov
2021-07-29[OpenMP] libomp: Add new experimental barrier: two-level distributed barrierTerry Wilmarth
2021-07-13[OpenMP] Fix one sign-compare warning from GCCPeyton, Jonathan L
2021-07-12[OpenMP] Remove TSAN annotations from libompJoachim Protze
2021-07-01[OpenMP] Fix a few issues with hidden helper taskHansang Bae
2021-06-29Revert "[OpenMP] Add Two-level Distributed Barrier"Johannes Doerfert
2021-06-16[OpenMP] Add Two-level Distributed BarrierTerry Wilmarth
2021-06-16[OpenMP] Remove unused variables from libomp codeJoachim Protze
2021-06-15[OpenMP] Lazily assign root affinityPeyton, Jonathan L
2021-06-08[OpenMP][OMPD] Implementation of OMPD debugging library - libompd.Vignesh Balasubramanian
2021-06-04[OpenMP] Add experimental nesting mode featureTerry Wilmarth
2021-05-11[OpenMP] Fix hidden helper + affinityPeyton, Jonathan L
2021-03-23[OpenMP] Misc. changes that add or remove pointer/bound checksHansang Bae
2021-03-18[OpenMP] Fixed a crash in hidden helper threadShilei Tian
2021-03-05Added API for "masked" construct via two entrypoints: __kmpc_masked,tlwilmar
2021-03-02[OpenMP] Add allocator support for target memoryHansang Bae
2021-02-26[OpenMP] libomp minor cleanupAndreyChurbanov
2021-02-26[OpenMP] libomp: fix ittnotify stack stitching for teams constructAndreyChurbanov
2021-02-22[OpenMP] Remove shutdown attempt on Windows process detachPeyton, Jonathan L
2021-02-20[OpenMP][NFC] clang-format the whole openmp projectShilei Tian
2021-02-10[OpenMP] Add lower and upper bound in num_teams clauseNawrin Sultana
2021-02-01[OpenMP] libomp: implement nteams-var and teams-thread-limit-var ICVsAndreyChurbanov