summaryrefslogtreecommitdiff
path: root/openmp/runtime/src/kmp_affinity.h
AgeCommit message (Expand)Author
2025-10-15[OpenMP] Fix preprocessor mismatches between include and usages of hwloc (#15...Peter Arzt
2025-05-06[OpenMP] Provide __NR_sched_[gs]etaffinity on Linux/sparc64 (#138525)Rainer Orth
2024-08-15[OpenMP] Miscellaneous small code improvements (#95603)Hansang Bae
2024-07-29[OpenMP] Add topology and affinity changes for Meteor Lake (#91012)Jonathan Peyton
2024-04-26[OpenMP][AIX] Use syssmt() to get the number of SMTs per physical CPU (#89985)Xing Xue
2024-04-03[OpenMP] Add absolute KMP_HW_SUBSET functionality (#85326)Jonathan Peyton
2024-03-22[OpenMP][AIX] Affinity implementation for AIX (#84984)Xing Xue
2024-03-10[openmp] adding affinity support to DragonFlyBSD. (#84672)David CARLIER
2024-03-09[openmp] porting affinity feature to netbsd. (#84618)David CARLIER
2023-11-03Add openmp support to System z (#66081)Neale Ferguson
2023-09-10[OpenMP][VE] Support OpenMP runtime on VEKazushi (Jam) Marukawa
2023-07-31[OpenMP] Introduce hybrid core attributes to OMP_PLACES and KMP_AFFINITYJonathan Peyton
2023-07-05[OpenMP] Minor improvement in error msg and fixes few coverity reported issuesNawrin Sultana
2023-01-16[OpenMP][libomp] Add topology information to thread structureJonathan Peyton
2022-11-18[OpenMP] kmp_affinity.h: add RISCV64 supportYabin Cui
2022-11-17[OpenMP] kmp_affinity.h: add LoongArch64 supportzhanglimin
2022-10-28[OpenMP][libomp] Add hidden helper affinityJonathan Peyton
2022-10-28[OpenMP][libomp] Parameterize affinity functionsJonathan Peyton
2022-10-25[OpenMP] kmp_affinity.h: add missing #elseYunQiang Su
2021-12-20[OpenMP][libomp] Add use-all syntax to KMP_HW_SUBSETJonathan 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-17[OpenMP][libomp] Allow users to specify KMP_HW_SUBSET in any orderPeyton, Jonathan L
2021-10-14[OpenMP][host runtime] Add initial hybrid CPU supportPeyton, Jonathan L
2021-05-03[OpenMP] Refactor/Rework topology discovery codePeyton, Jonathan L
2021-02-20[OpenMP][NFC] clang-format the whole openmp projectShilei Tian
2020-12-31[OpenMP] libomp: Handle implicit conversion warningsTerry Wilmarth
2020-12-09[OpenMP] Fix norespect affinity bug for WindowsPeyton, Jonathan L
2020-01-20[OpenMP] affinity little fix for FreeBSDDavid Carlier
2019-10-08[OpenMP] Enable thread affinity on FreeBSDDavid Carlier
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-10Support clang compiling under windows-gnu and windows-msvcAndrey Churbanov
2018-08-09[OpenMP] Cleanup codeJonathan Peyton
2017-10-20Apply formatting changesJonathan Peyton
2017-09-05Minor code cleanup of Klocwork issuesJonathan Peyton
2017-07-18OpenMP RTL cleanup: nullify pointer after memory freeingAndrey Churbanov
2017-07-17OpenMP RTL cleanup: eliminated warnings with -Wcast-qual, patch 2.Andrey Churbanov
2017-07-03OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.Andrey Churbanov
2017-05-12Clang-format and whitespace cleanup of source codeJonathan Peyton
2016-12-08Support of mips & mips64 for openmprtlSylvestre Ledru
2016-11-14Introduce dynamic affinity dispatch capabilitiesJonathan Peyton
2016-09-02Move function into cpp file under KMP_AFFINITY_SUPPORTED guard.Jonathan Peyton
2015-11-30Adding Hwloc library option for affinity mechanismJonathan Peyton
2015-11-09Improvements to machine_hierarchy code for re-sizingJonathan Peyton
2015-09-10Fix depth field bug and resize() function in hierarchical barrierJonathan Peyton
2015-09-10Cleanup of affinity hierarchy code.Jonathan Peyton