aboutsummaryrefslogtreecommitdiff
path: root/openmp/runtime
AgeCommit message (Expand)AuthorFilesLines
2022-05-26[OpenMP] Extend omp teams to permit nested omp atomicJoel E. Denny1-0/+49
2022-05-19[OpenMP][libomp] Fix accidental removal of else for core attributesJonathan Peyton1-1/+1
2022-05-18[OpenMP] libomp: honor passive wait policy requested with taskingAndreyChurbanov5-2/+30
2022-05-12[openmp] Fix strict aliasing issue in cmpxchg routineserge-sans-paille1-6/+17
2022-05-05[OpenMP] libomp: Add itt notifications to sync dependent tasks.AndreyChurbanov2-0/+12
2022-05-05[OpenMP] libomp: cleanup - remove duplicate checkAndreyChurbanov1-4/+0
2022-05-05[OpenMP] libomp: cleanup dead codeAndreyChurbanov1-6/+0
2022-05-03[OpenMP] Possible fix for sporadic test failure from loop_dispatch.cHansang Bae1-4/+15
2022-04-22[Clang][OpenMP] libompd: get libomp hwloc includedir by target_link_librariesYe Luo2-4/+9
2022-04-12[OpenMP][libomp] Replace global variable references with local objectJonathan Peyton1-3/+3
2022-04-12[OpenMP][libomp] Fix some Doxygen issuesJonathan Peyton3-5/+5
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 Huber8-18/+3
2022-04-06[OpenMP] Fix warningsHansang Bae2-1/+3
2022-04-06[OpenMP] Add support for ompt_callback_dispatchHansang Bae12-11/+436
2022-03-31[OpenMP][libomp] NFC: Move omp_* functions out of kmp_* sectionJonathan Peyton2-42/+40
2022-03-07[OpenMP][libomp] Fix register constraint for tpause and umwaitJonathan Peyton1-2/+8
2022-03-07[OpenMP] libomp: implemented task priorities.AndreyChurbanov3-2/+431
2022-03-05[OpenMP][CMake] Ensure linking against libm for LinuxJames Beddek1-1/+1
2022-03-05[OpenMP] libomp: omp_in_explicit_task() implemented.AndreyChurbanov7-0/+76
2022-03-01[Openmp]: Missing import statement in openmp interface for FortranMalhar Jajoo1-6/+6
2022-02-14[OpenMP][libomp] Introduce oneAPI compiler supportJonathan Peyton32-135/+186
2022-02-12[OpenMP] libomp: fix UB when LIBOMP_NUM_HIDDEN_HELPER_THREADS=1.AndreyChurbanov2-1/+34
2022-02-11[OpenMP] libomp: fix bug in implementation of distribute construct.AndreyChurbanov2-2/+53
2022-02-09[OpenMP][libomp] Replace accidental VLA with KMP_ALLOCAJonathan Peyton1-1/+1
2022-02-07[OpenMP] kmp_atomic_float10_max_min.c test should only be executed on x86 pla...Igor Kirillov1-1/+1
2022-01-29[openmp][cmake] `CMAKE_INSTALL_BINDIR` usage should not be quotedJohn Ericson1-1/+1
2022-01-29[OpenMP] Fix link error on Windows caused by `interop` functionsShilei Tian1-0/+24
2022-01-29[OpenMP] Fix wrong number in openmp/runtime/src/dllexportsShilei Tian1-3/+3
2022-01-27Runtime for Interop directiveSri Hari Krishna Narayanan3-0/+125
2022-01-22[openmp] Allow x87 fp functions only in Openmp runtime for x86.Malhar Jajoo1-4/+11
2022-01-22[openmp][cmake] Use `GNUInstallDirs` to support custom installation dirsJohn Ericson2-3/+5
2022-01-18[OpenMP] Add use of TPAUSETerry Wilmarth11-91/+202
2022-01-16Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson2-5/+3
2022-01-16[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson2-3/+5
2022-01-15Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson1-3/+3
2022-01-15[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson1-3/+3
2021-12-29[OpenMP] Add missing `tt_hidden_helper_task_encountered` along with `tt_found...Shilei Tian5-7/+29
2021-12-20[OpenMP][libomp] Add use-all syntax to KMP_HW_SUBSETJonathan Peyton3-12/+25
2021-12-14[OpenMP][libomp] Fix compile errors with new KMP_HW_SUBSET changesJonathan Peyton2-1/+6
2021-12-13Quote some more destination paths with variablesJohn Ericson1-3/+3
2021-12-10Revert "Revert "Revert "Use `GNUInstallDirs` to support custom installation d...Med Ismail Bennani1-2/+2
2021-12-10Revert "Revert "Use `GNUInstallDirs` to support custom installation dirs. -- ...John Ericson1-2/+2
2021-12-10[OpenMP][libomp] Add core attributes to KMP_HW_SUBSETJonathan Peyton5-117/+621
2021-12-10[OpenMP] libomp: fix Fortran header: lines exceeded 72-char lengthAndreyChurbanov1-2/+4
2021-12-08[OpenMP] libomp: Fix crash if application send us negative thread_limit valueAndreyChurbanov2-4/+14
2021-12-01[runtimes][openmp] Change to not treat ARCH-unknown-linux-gnu as errorsKazushi (Jam) Marukawa2-2/+6
2021-11-19[OpenMP] support depend clause for taskwait directive, by DeepakAlexey Bataev2-9/+9
2021-11-17[OpenMP][libomp] Enable HWLOC topology detection of multiple CPU kindsPeyton, Jonathan L1-10/+62
2021-11-17[OpenMP][libomp] Improve Windows Processor Group handling within topologyPeyton, Jonathan L4-57/+122