summaryrefslogtreecommitdiff
path: root/openmp/runtime/src/kmp_settings.cpp
AgeCommit message (Expand)Author
2025-10-15[OpenMP] Fix preprocessor mismatches between include and usages of hwloc (#15...Peter Arzt
2025-08-14[OpenMP] Update printf stmt in kmp_settings.cpp (#152800)CatherineMoore
2025-07-21[OpenMP] Fixup bugs found during fuzz testing (#143455)Jonathan Peyton
2025-07-21[OpenMP] [NFC] Remove KMP_NESTED_HOT_TEAMS macro (#143584)Jonathan Peyton
2025-04-02[OpenMP] Add memory allocation using hwloc (#132843)nawrinsu
2024-05-08[OpenMP] Fix child processes to use affinity_none (#91391)Jonathan Peyton
2024-03-11[OpenMP] Make sure ptr is used after NULL check (#83304)Jonathan Peyton
2024-03-11[OpenMP] Remove dead code of checking int > INT_MAX (#83305)Jonathan Peyton
2024-02-16[OpenMP][AIX] Set worker stack size to 2 x KMP_DEFAULT_STKSIZE if system stac...Xing Xue
2024-01-23Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Cl...Alexandre Ganea
2024-01-23Revert 10f3296dd7d74c975f208a8569221dc8f96d1db1 - [openmp] Fix warnings when ...Alexandre Ganea
2024-01-23[openmp] Fix warnings when building on Windows with latest MSVC or Clang ToT ...Alexandre Ganea
2024-01-18[openmp] Revert 64874e5ab5fd102344d43ac9465537a44130bf19 since it was committ...Alexandre Ganea
2024-01-17[openmp] Silence warnings when building the LLVM release with MSVCAlexandre Ganea
2024-01-08[openmp][AIX]Initial changes for porting to AIX (#76841)Xing Xue
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song
2023-08-18[OpenMP] Add option to use different units for blocktimeTerry Wilmarth
2023-07-31[OpenMP] Introduce hybrid core attributes to OMP_PLACES and KMP_AFFINITYJonathan Peyton
2023-07-24[OpenMP] Move KMP_VERSION printout logic to post-serial-initJonathan Peyton
2023-07-05[OpenMP] Minor improvement in error msg and fixes few coverity reported issuesNawrin Sultana
2023-06-19[OpenMP] Implement printing TDGs to dot filesAdrian Munera
2023-06-05[OpenMP][libomp] Allow white spaces in OMP_TARGET_OFFLOAD valueHansang Bae
2023-05-15[OpenMP] Implement task record and replay mechanismChenle Yu
2022-11-02[OpenMP][libomp] Fix disabled affinityJonathan Peyton
2022-10-28[OpenMP][libomp] Add hidden helper affinityJonathan Peyton
2022-10-28[OpenMP][libomp] Parameterize affinity functionsJonathan Peyton
2022-07-19[OpenMP][libomp] Allow reset affinity mask after parallelAndreyChurbanov
2022-05-19[OpenMP][libomp] Fix accidental removal of else for core attributesJonathan Peyton
2022-05-18[OpenMP] libomp: honor passive wait policy requested with taskingAndreyChurbanov
2022-02-12[OpenMP] libomp: fix UB when LIBOMP_NUM_HIDDEN_HELPER_THREADS=1.AndreyChurbanov
2022-01-18[OpenMP] Add use of TPAUSETerry Wilmarth
2021-12-20[OpenMP][libomp] Add use-all syntax to KMP_HW_SUBSETJonathan Peyton
2021-12-14[OpenMP][libomp] Fix compile errors with new KMP_HW_SUBSET changesJonathan Peyton
2021-12-10[OpenMP][libomp] Add core attributes to KMP_HW_SUBSETJonathan Peyton
2021-11-17[OpenMP][libomp] Improve Windows Processor Group handling within topologyPeyton, Jonathan L
2021-11-08[OpenMP] libomp: Fix handling of barrier pattern environment variables@t-msn
2021-10-14[OpenMP][host runtime] Add support for teams affinityPeyton, Jonathan L
2021-10-13[OpenMP] libomp: fix warning on comparison of integer expressions of differen...AndreyChurbanov
2021-10-01[OpenMP][host runtime] Introduce kmp_cpuinfo_flags_t to replace integer flagsPeyton, Jonathan L
2021-08-17[OpenMP] Fix the usage of sscanf on MinGWMartin Storsjö
2021-08-16[OpenMP] Add a few small fixesPeyton, Jonathan L
2021-08-16[OpenMP] Fix incorrect parameters to sscanf_s callPeyton, Jonathan L
2021-07-29[OpenMP] libomp: Add new experimental barrier: two-level distributed barrierTerry Wilmarth
2021-06-29Revert "[OpenMP] Add Two-level Distributed Barrier"Johannes Doerfert
2021-06-22[OpenMP] libomp: fix dynamic loop dispatcherAndreyChurbanov
2021-06-16[OpenMP] Add Two-level Distributed BarrierTerry Wilmarth
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-03[OpenMP] Refactor/Rework topology discovery codePeyton, Jonathan L
2021-04-14[OpenMP] Fix printing routine for OMP_TOOL_VERBOSE_INITHansang Bae