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_settings.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change source files from .c to .cpp
Jonathan Peyton
2016-12-14
1
-5631
/
+0
*
Cleanup: memory leaks on warnings printing fixed; some memory freeing cleaned...
Andrey Churbanov
2016-11-28
1
-4
/
+4
*
Introduce dynamic affinity dispatch capabilities
Jonathan Peyton
2016-11-14
1
-34
/
+3
*
Code cleanup for the runtime without monitor thread
Jonathan Peyton
2016-10-07
1
-1
/
+3
*
Disable monitor thread creation by default.
Jonathan Peyton
2016-09-27
1
-0
/
+8
*
[OPENMP] Implementation of omp_get_default_device and omp_set_default_device
George Rokos
2016-09-09
1
-0
/
+16
*
http://reviews.llvm.org/D22134: Implementation of OpenMP 4.5 nonmonotonic sch...
Andrey Churbanov
2016-07-11
1
-3
/
+2
*
Deprecate KMP_PLACE_THREADS and rename as KMP_HW_SUBSET
Jonathan Peyton
2016-06-16
1
-21
/
+42
*
Renaming change: 41 -> 45 and 4.1 -> 4.5
Jonathan Peyton
2016-06-14
1
-3
/
+3
*
Hwloc refactoring patch
Jonathan Peyton
2016-06-13
1
-25
/
+13
*
Offer API for setting number of loop dispatch buffers
Jonathan Peyton
2016-05-31
1
-0
/
+18
*
Clean all the mess around KMP_USE_FUTEX and kmp_lock.h
Paul Osmialowski
2016-05-16
1
-2
/
+3
*
NFC fix indent (relates to my previous commit)
Paul Osmialowski
2016-05-13
1
-3
/
+3
*
New hwloc API compatibility
Paul Osmialowski
2016-05-12
1
-0
/
+13
*
Exponential back off logic for test-and-set lock
Jonathan Peyton
2016-04-14
1
-0
/
+97
*
OMP_WAIT_POLICY changes
Jonathan Peyton
2016-04-04
1
-2
/
+15
*
Add initial support for OpenMP 4.5 task priority feature
Jonathan Peyton
2016-02-25
1
-1
/
+19
*
Removing extra empty lines
Jonathan Peyton
2016-01-27
1
-1
/
+0
*
Fix compilations with msvc's /Zc:strictStrings
Ismail Donmez
2016-01-26
1
-2
/
+2
*
Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 2
Jonathan Peyton
2015-12-11
1
-8
/
+31
*
Replace DYNA_* names with KMP_* names
Jonathan Peyton
2015-12-03
1
-8
/
+8
*
Adding Hwloc library option for affinity mechanism
Jonathan Peyton
2015-11-30
1
-0
/
+37
*
Remove some empty lines.
Jonathan Peyton
2015-11-04
1
-6
/
+0
*
Removed '@' from delimiters, added it as offset designator.
Jonathan Peyton
2015-10-20
1
-23
/
+75
*
Added sockets to the syntax of KMP_PLACE_THREADS environment variable.
Jonathan Peyton
2015-10-08
1
-76
/
+169
*
Fix the OpenMP 3.0 build
Jonathan Peyton
2015-09-21
1
-3
/
+4
*
Remove unused variable warnings by deletion.
Jonathan Peyton
2015-06-08
1
-3
/
+0
*
Remove unused variable warnings by adding proper macro guards.
Jonathan Peyton
2015-06-08
1
-1
/
+6
*
Removed unused functions.
Jonathan Peyton
2015-06-08
1
-122
/
+0
*
Replace some unsafe API calls with safe alternatives on Windows, prepare code...
Andrey Churbanov
2015-04-02
1
-13
/
+13
*
proc_bind_disabled enum value removed, its usage replased with proc_bind_false
Andrey Churbanov
2015-03-10
1
-6
/
+2
*
cleanup: usages of mask size wrapped into macros
Andrey Churbanov
2015-03-10
1
-1
/
+1
*
Two warning messages fixed.
Andrey Churbanov
2015-02-20
1
-1
/
+1
*
Detect Intel MIC architecture and set some defaults at run time instead of bu...
Andrey Churbanov
2015-02-20
1
-31
/
+45
*
Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=...
Andrey Churbanov
2015-02-20
1
-1
/
+21
*
enable environment variable KMP_PLACE_THREADS also for non-MIC architectures
Andrey Churbanov
2015-01-29
1
-4
/
+0
*
fix that sets proc-bind-var to proc_bind_false if affinity is not supported
Andrey Churbanov
2015-01-29
1
-0
/
+6
*
Comments only: removing the Revision and Date svn variables from the top of a...
Andrey Churbanov
2015-01-27
1
-2
/
+0
*
minor formatting change
Andrey Churbanov
2015-01-27
1
-2
/
+1
*
Fixes error where proc-bind-var is not set when there is a parsing error of G...
Andrey Churbanov
2015-01-27
1
-0
/
+3
*
Replaces KMP_OS_WINDOWS && KMP_ARCH_X86_64 or any combination of those two op...
Andrey Churbanov
2015-01-27
1
-12
/
+12
*
This patch enables the use of KMP_AFFINITY=balanced on non-MIC Architectures....
Andrey Churbanov
2015-01-13
1
-13
/
+15
*
I apologise in advance for the size of this check-in. At Intel we do
Jim Cownie
2014-10-07
1
-154
/
+270
*
Commit PowerPC64 support from Carlo Bertolli at IBM.
Jim Cownie
2014-08-07
1
-1
/
+2
*
Make affinity support conditional on KMP_AFFINITY_SUPPORTED
Alp Toker
2014-03-02
1
-22
/
+12
*
Add support for FreeBSD
Alp Toker
2014-02-28
1
-16
/
+12
*
Restore string match behavior following changes in r202018
Alp Toker
2014-02-25
1
-2
/
+2
*
Fix typos
Alp Toker
2014-02-24
1
-4
/
+4
*
For your Christmas hacking pleasure.
Jim Cownie
2013-12-23
1
-6
/
+14
*
First attempt to import OpenMP runtime
Jim Cownie
2013-09-27
1
-0
/
+5244