index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
openmp
/
runtime
/
src
/
kmp_affinity.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix minor formatting issues
Jonathan Peyton
2017-06-01
1
-1
/
+1
*
Fix for KMP_AFFINITY=disabled and KMP_TOPOLOGY_METHOD=hwloc
Jonathan Peyton
2017-05-31
1
-1
/
+4
*
Fix for KMP_AFFINITY=respect with multiple processor groups
Jonathan Peyton
2017-05-15
1
-3
/
+2
*
Clang-format and whitespace cleanup of source code
Jonathan Peyton
2017-05-12
1
-4711
/
+4265
*
Fix Hwloc API Incompatibility
Jonathan Peyton
2017-04-25
1
-4
/
+4
*
KMP_HW_SUBSET extended with NUMA support when HWLOC enabled
Andrey Churbanov
2017-04-13
1
-75
/
+638
*
Fix incorrect initial value of __kmp_affinity_type.
Jonathan Peyton
2017-03-20
1
-0
/
+1
*
Printing OS thread id, when KMP_AFFINITY is set.
Jonathan Peyton
2017-01-27
1
-6
/
+4
*
kmp_affinity: Fix check if specific bit is set
Jonas Hahnfeld
2017-01-12
1
-1
/
+1
*
Introduce dynamic affinity dispatch capabilities
Jonathan Peyton
2016-11-14
1
-56
/
+42
*
Fix bitmask upper bounds check
Jonathan Peyton
2016-09-12
1
-15
/
+16
*
Move function into cpp file under KMP_AFFINITY_SUPPORTED guard.
Jonathan Peyton
2016-09-02
1
-0
/
+25
*
Replace a bad instance of __kmp_free() with KMP_CPU_FREE_ARRAY() macro.
Jonathan Peyton
2016-09-02
1
-1
/
+1
*
Fixed x2APIC discovery for 256-processor architectures.
Andrey Churbanov
2016-08-05
1
-3
/
+3
*
Make balanced affinity work on AArch64.
Paul Osmialowski
2016-07-29
1
-57
/
+141
*
D22136: Memory leaks fixed by adding missed __kmp_free() calls
Andrey Churbanov
2016-07-08
1
-0
/
+2
*
Improvements to process affinity mask setting
Jonathan Peyton
2016-06-21
1
-51
/
+102
*
Change hwloc discovery algorithm to print topology only for accessible resources
Jonathan Peyton
2016-06-16
1
-17
/
+29
*
Fixed missing memory cleanup in __kmp_affinity_create_hwloc_map()
Jonathan Peyton
2016-06-16
1
-0
/
+2
*
Deprecate KMP_PLACE_THREADS and rename as KMP_HW_SUBSET
Jonathan Peyton
2016-06-16
1
-4
/
+4
*
Affinity mask processing improvements
Jonathan Peyton
2016-06-13
1
-49
/
+44
*
Hwloc refactoring patch
Jonathan Peyton
2016-06-13
1
-106
/
+122
*
Remove architecture dependent Hwloc DEBUG section
Jonathan Peyton
2016-04-25
1
-30
/
+0
*
Fix buffer problem with printing long Hwloc affinity mask
Jonathan Peyton
2016-04-25
1
-1
/
+1
*
New API for restoring current thread's affinity to init affinity of application
Jonathan Peyton
2016-01-12
1
-0
/
+38
*
Adding Hwloc library option for affinity mechanism
Jonathan Peyton
2015-11-30
1
-122
/
+517
*
Improvements to machine_hierarchy code for re-sizing
Jonathan Peyton
2015-11-09
1
-3
/
+4
*
Fix OMP_PLACES negation operator parsing (!place)
Jonathan Peyton
2015-10-19
1
-1
/
+1
*
Added sockets to the syntax of KMP_PLACE_THREADS environment variable.
Jonathan Peyton
2015-10-08
1
-22
/
+37
*
Fix memory corruption in Windows debug library
Jonathan Peyton
2015-09-25
1
-5
/
+5
*
Fix depth field bug and resize() function in hierarchical barrier
Jonathan Peyton
2015-09-10
1
-6
/
+3
*
Cleanup of affinity hierarchy code.
Jonathan Peyton
2015-09-10
1
-456
/
+28
*
Fix machine topology pruning.
Jonathan Peyton
2015-08-25
1
-17
/
+22
*
Allow machine hierarchy expansion
Jonathan Peyton
2015-06-22
1
-10
/
+78
*
Re-enable Visual Studio Builds.
Jonathan Peyton
2015-06-22
1
-3
/
+3
*
Apply name change to src/* files.
Jonathan Peyton
2015-06-01
1
-1
/
+1
*
Fix comment about balanced affinity
Jonathan Peyton
2015-05-27
1
-1
/
+1
*
The generation of the hierarchy used by hierarchical barrier improved in how ...
Andrey Churbanov
2015-04-13
1
-43
/
+78
*
Replace some unsafe API calls with safe alternatives on Windows, prepare code...
Andrey Churbanov
2015-04-02
1
-19
/
+19
*
Eliminated the write to depth field of the machine_hierarchy data structure i...
Andrey Churbanov
2015-04-02
1
-9
/
+7
*
issuing of incorrect warning fixed
Andrey Churbanov
2015-03-10
1
-4
/
+4
*
cleanup: usages of mask size wrapped into macros
Andrey Churbanov
2015-03-10
1
-2
/
+2
*
changed unsigned types to signed - caused by comments of Hal Finkel on one of...
Andrey Churbanov
2015-03-10
1
-3
/
+3
*
minor change: comment improved
Andrey Churbanov
2015-03-05
1
-1
/
+1
*
Fixed memory corruption problem.
Andrey Churbanov
2015-02-10
1
-0
/
+4
*
enable environment variable KMP_PLACE_THREADS also for non-MIC architectures
Andrey Churbanov
2015-01-29
1
-10
/
+3
*
fixing typo in error message
Andrey Churbanov
2015-01-29
1
-1
/
+1
*
Comments only: removing the Revision and Date svn variables from the top of a...
Andrey Churbanov
2015-01-27
1
-2
/
+0
*
Enables a cpuid leaf 4 check for non-MIC x86 architectures.
Andrey Churbanov
2015-01-27
1
-21
/
+14
*
Removes some unused variables (__kmp_ht_*) and changes__kmp_ncores and __kmp_...
Andrey Churbanov
2015-01-27
1
-17
/
+9
[next]