summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_affinity.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-071-2/+2
* [OpenMP] NFC: Fix trivial typos in commentsKelvin Li2020-01-031-2/+2
* [OpenMP] Fix linkage issue on FreeBSDDavid Carlier2019-12-061-1/+1
* [OpenMP] Enable thread affinity on FreeBSDDavid Carlier2019-10-081-2/+2
* [OpenMP] Remove OMP spec versioningJonathan Peyton2019-07-121-43/+4
* Fixed build warning with -DLIBOMP_USE_HWLOC=1Andrey Churbanov2019-06-031-1/+2
* Fix hwloc topology traversal code unable to handle situation where L2 cache i...Paul Osmialowski2019-05-161-2/+4
* [OpenMP] Eliminate some compiler warningsJonathan Peyton2019-04-301-1/+1
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [OpenMP] Remove compiler warning about unused valueJoachim Protze2019-01-161-6/+6
* [OpenMP] Fix for nested proc_bind affinity bugJonathan Peyton2019-01-151-6/+11
* [OpenMP] Implement OpenMP 5.0 affinity format functionalityJonathan Peyton2018-12-131-30/+110
* [OpenMP] Fix balanced affinity so thread's private affinity mask is updatedJonathan Peyton2018-09-261-7/+5
* [OpenMP] Fixed affinity verbose double printing for balanced type.Jonathan Peyton2018-08-241-1/+2
* [OpenMP] Cleanup codeJonathan Peyton2018-08-091-38/+6
* [OpenMP] Introduce hierarchical schedulingJonathan Peyton2018-07-091-0/+87
* [OpenMP] Fix affinity API for KMP_AFFINITY=none|compact|scatterJonathan Peyton2018-04-181-2/+15
* [AArch64] fix an issue with older /proc/cpuinfo layoutPaul Osmialowski2017-12-131-0/+8
* Fix thread affinity on non-x86 LinuxJonas Hahnfeld2017-12-081-1/+1
* Eliminate double printing of verbose affinity settingsJonathan Peyton2017-12-061-1/+3
* Extension of HWLOC topology discovery with NUMA nodes and tilesAndrey Churbanov2017-11-301-172/+345
* Warning is emitted when tiles are requested but cannot be usedJonathan Peyton2017-11-291-0/+12
* Apply formatting changesJonathan Peyton2017-10-201-3/+0
* Remove unnecessary semicolonsJonathan Peyton2017-09-271-1/+1
* Minor code cleanup of Klocwork issuesJonathan Peyton2017-09-051-6/+5
* OpenMP RTL cleanup: eliminated warnings with -Wcast-qual, patch 2.Andrey Churbanov2017-07-171-7/+5
* OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.Andrey Churbanov2017-07-031-76/+79
* Fix minor formatting issuesJonathan Peyton2017-06-011-1/+1
* Fix for KMP_AFFINITY=disabled and KMP_TOPOLOGY_METHOD=hwlocJonathan Peyton2017-05-311-1/+4
* Fix for KMP_AFFINITY=respect with multiple processor groupsJonathan Peyton2017-05-151-3/+2
* Clang-format and whitespace cleanup of source codeJonathan Peyton2017-05-121-4711/+4265
* Fix Hwloc API IncompatibilityJonathan Peyton2017-04-251-4/+4
* KMP_HW_SUBSET extended with NUMA support when HWLOC enabledAndrey Churbanov2017-04-131-75/+638
* Fix incorrect initial value of __kmp_affinity_type.Jonathan Peyton2017-03-201-0/+1
* Printing OS thread id, when KMP_AFFINITY is set.Jonathan Peyton2017-01-271-6/+4
* kmp_affinity: Fix check if specific bit is setJonas Hahnfeld2017-01-121-1/+1
* Introduce dynamic affinity dispatch capabilitiesJonathan Peyton2016-11-141-56/+42
* Fix bitmask upper bounds checkJonathan Peyton2016-09-121-15/+16
* Move function into cpp file under KMP_AFFINITY_SUPPORTED guard.Jonathan Peyton2016-09-021-0/+25
* Replace a bad instance of __kmp_free() with KMP_CPU_FREE_ARRAY() macro.Jonathan Peyton2016-09-021-1/+1
* Fixed x2APIC discovery for 256-processor architectures.Andrey Churbanov2016-08-051-3/+3
* Make balanced affinity work on AArch64.Paul Osmialowski2016-07-291-57/+141
* D22136: Memory leaks fixed by adding missed __kmp_free() callsAndrey Churbanov2016-07-081-0/+2
* Improvements to process affinity mask settingJonathan Peyton2016-06-211-51/+102
* Change hwloc discovery algorithm to print topology only for accessible resourcesJonathan Peyton2016-06-161-17/+29
* Fixed missing memory cleanup in __kmp_affinity_create_hwloc_map()Jonathan Peyton2016-06-161-0/+2
* Deprecate KMP_PLACE_THREADS and rename as KMP_HW_SUBSETJonathan Peyton2016-06-161-4/+4
* Affinity mask processing improvementsJonathan Peyton2016-06-131-49/+44
* Hwloc refactoring patchJonathan Peyton2016-06-131-106/+122
* Remove architecture dependent Hwloc DEBUG sectionJonathan Peyton2016-04-251-30/+0
OpenPOWER on IntegriCloud