aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/kmp_affinity.cpp
AgeCommit message (Expand)Author
2018-08-24[OpenMP] Fixed affinity verbose double printing for balanced type.Jonathan Peyton
2018-08-09[OpenMP] Cleanup codeJonathan Peyton
2018-07-09[OpenMP] Introduce hierarchical schedulingJonathan Peyton
2018-04-18[OpenMP] Fix affinity API for KMP_AFFINITY=none|compact|scatterJonathan Peyton
2017-12-13[AArch64] fix an issue with older /proc/cpuinfo layoutPaul Osmialowski
2017-12-08Fix thread affinity on non-x86 LinuxJonas Hahnfeld
2017-12-06Eliminate double printing of verbose affinity settingsJonathan Peyton
2017-11-30Extension of HWLOC topology discovery with NUMA nodes and tilesAndrey Churbanov
2017-11-29Warning is emitted when tiles are requested but cannot be usedJonathan Peyton
2017-10-20Apply formatting changesJonathan Peyton
2017-09-27Remove unnecessary semicolonsJonathan Peyton
2017-09-05Minor code cleanup of Klocwork issuesJonathan Peyton
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-06-01Fix minor formatting issuesJonathan Peyton
2017-05-31Fix for KMP_AFFINITY=disabled and KMP_TOPOLOGY_METHOD=hwlocJonathan Peyton
2017-05-15Fix for KMP_AFFINITY=respect with multiple processor groupsJonathan Peyton
2017-05-12Clang-format and whitespace cleanup of source codeJonathan Peyton
2017-04-25Fix Hwloc API IncompatibilityJonathan Peyton
2017-04-13KMP_HW_SUBSET extended with NUMA support when HWLOC enabledAndrey Churbanov
2017-03-20Fix incorrect initial value of __kmp_affinity_type.Jonathan Peyton
2017-01-27Printing OS thread id, when KMP_AFFINITY is set.Jonathan Peyton
2017-01-12kmp_affinity: Fix check if specific bit is setJonas Hahnfeld
2016-11-14Introduce dynamic affinity dispatch capabilitiesJonathan Peyton
2016-09-12Fix bitmask upper bounds checkJonathan Peyton
2016-09-02Move function into cpp file under KMP_AFFINITY_SUPPORTED guard.Jonathan Peyton
2016-09-02Replace a bad instance of __kmp_free() with KMP_CPU_FREE_ARRAY() macro.Jonathan Peyton
2016-08-05Fixed x2APIC discovery for 256-processor architectures.Andrey Churbanov
2016-07-29Make balanced affinity work on AArch64.Paul Osmialowski
2016-07-08D22136: Memory leaks fixed by adding missed __kmp_free() callsAndrey Churbanov
2016-06-21Improvements to process affinity mask settingJonathan Peyton
2016-06-16Change hwloc discovery algorithm to print topology only for accessible resourcesJonathan Peyton
2016-06-16Fixed missing memory cleanup in __kmp_affinity_create_hwloc_map()Jonathan Peyton
2016-06-16Deprecate KMP_PLACE_THREADS and rename as KMP_HW_SUBSETJonathan Peyton
2016-06-13Affinity mask processing improvementsJonathan Peyton
2016-06-13Hwloc refactoring patchJonathan Peyton
2016-04-25Remove architecture dependent Hwloc DEBUG sectionJonathan Peyton
2016-04-25Fix buffer problem with printing long Hwloc affinity maskJonathan Peyton
2016-01-12New API for restoring current thread's affinity to init affinity of applicationJonathan Peyton
2015-11-30Adding Hwloc library option for affinity mechanismJonathan Peyton
2015-11-09Improvements to machine_hierarchy code for re-sizingJonathan Peyton
2015-10-19Fix OMP_PLACES negation operator parsing (!place)Jonathan Peyton
2015-10-08Added sockets to the syntax of KMP_PLACE_THREADS environment variable.Jonathan Peyton
2015-09-25Fix memory corruption in Windows debug libraryJonathan Peyton
2015-09-10Fix depth field bug and resize() function in hierarchical barrierJonathan Peyton
2015-09-10Cleanup of affinity hierarchy code.Jonathan Peyton
2015-08-25Fix machine topology pruning.Jonathan Peyton
2015-06-22Allow machine hierarchy expansionJonathan Peyton
2015-06-22Re-enable Visual Studio Builds.Jonathan Peyton
2015-06-01Apply name change to src/* files.Jonathan Peyton