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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OpenMP] NFC: Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-07
1
-3
/
+3
*
[OpenMP] Remove OMP spec versioning
Jonathan Peyton
2019-07-12
1
-131
/
+8
*
Create a runtime option to disable task throttling.
Andrey Churbanov
2019-07-02
1
-0
/
+16
*
Added propagation of not big initial stack size of master thread to workers.
Andrey Churbanov
2019-06-05
1
-0
/
+14
*
Fix OMP_TARGET_OFFLOAD parsing
Hansang Bae
2019-05-30
1
-3
/
+3
*
[OpenMP] Add OpenMP 5.0 nonmonotonic code
Jonathan Peyton
2019-04-30
1
-61
/
+104
*
Fixed possible out of bound array access.
Andrey Churbanov
2019-04-11
1
-2
/
+2
*
[OpenMP] Implement 5.0 memory management
Jonathan Peyton
2019-04-08
1
-2
/
+2
*
[OpenMP 5.0] Deprecate nest-var and associated features
Jonathan Peyton
2019-02-28
1
-7
/
+45
*
[OpenMP] Make use of sched_yield optional in runtime
Jonathan Peyton
2019-02-28
1
-82
/
+23
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[OpenMP] Implement OpenMP 5.0 affinity format functionality
Jonathan Peyton
2018-12-13
1
-2
/
+44
*
Support clang compiling under windows-gnu and windows-msvc
Andrey Churbanov
2018-12-10
1
-1
/
+1
*
[OpenMP] Minor cleanup of debug code
Jonathan Peyton
2018-11-28
1
-2
/
+2
*
[OpenMP][OMPT] A few improvements
Jonathan Peyton
2018-09-26
1
-0
/
+18
*
[OpenMP] Initial implementation of OMP 5.0 Memory Management routines
Jonathan Peyton
2018-09-07
1
-1
/
+148
*
[OpenMP] Cleanup code
Jonathan Peyton
2018-08-09
1
-2
/
+7
*
[OpenMP] Fix build errors when building with KMP_DEBUG_ADAPTIVE_LOCKS=1
Jonathan Peyton
2018-07-30
1
-2
/
+2
*
[OpenMP] Introduce hierarchical scheduling
Jonathan Peyton
2018-07-09
1
-53
/
+154
*
[OpenMP] Fix affinity API for KMP_AFFINITY=none|compact|scatter
Jonathan Peyton
2018-04-18
1
-0
/
+2
*
Move blocktime_str variable right before its first use
Jonathan Peyton
2018-03-26
1
-3
/
+3
*
Read OMP_TARGET_OFFLOAD and provide API to access ICV
Jonathan Peyton
2018-03-20
1
-0
/
+44
*
Force HWLOC topology method for NUMA-specific topology
Jonathan Peyton
2018-01-10
1
-0
/
+9
*
Fix trademarks found by scanner
Jonathan Peyton
2018-01-04
1
-6
/
+6
*
Extension of HWLOC topology discovery with NUMA nodes and tiles
Andrey Churbanov
2017-11-30
1
-7
/
+30
*
Add const to some variables to avoid const_casts
Jonas Hahnfeld
2017-11-09
1
-4
/
+4
*
Remove const from variables with dynamic memory
Jonas Hahnfeld
2017-11-09
1
-2
/
+4
*
Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).
Joachim Protze
2017-11-01
1
-3
/
+29
*
Apply formatting changes
Jonathan Peyton
2017-10-20
1
-5
/
+2
*
KMP_HW_SUBSET vs KMP_PLACE_THREADS rival envirables fix
Jonathan Peyton
2017-10-06
1
-5
/
+22
*
Remove unnecessary semicolons
Jonathan Peyton
2017-09-27
1
-85
/
+85
*
Allow printing of KMP_TOPOLOGY_METHOD when KMP_SETTINGS=true
Jonathan Peyton
2017-09-26
1
-2
/
+0
*
Add new envirable KMP_TEAMS_THREAD_LIMIT
Jonathan Peyton
2017-08-02
1
-0
/
+14
*
Fix implementation of OMP_THREAD_LIMIT
Jonathan Peyton
2017-07-27
1
-10
/
+19
*
Introduce KMP_DEVICE_THREAD_LIMIT
Jonathan Peyton
2017-07-26
1
-26
/
+25
*
Cleanup: __kmp_env_* variables
Jonathan Peyton
2017-07-25
1
-9
/
+7
*
Add recursive task scheduling strategy to taskloop implementation
Jonathan Peyton
2017-07-18
1
-0
/
+16
*
Removed "duplicates" from verbose affinity output
Jonathan Peyton
2017-07-17
1
-5
/
+0
*
OpenMP RTL cleanup: eliminated warnings with -Wcast-qual, patch 2.
Andrey Churbanov
2017-07-17
1
-2
/
+2
*
OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.
Andrey Churbanov
2017-07-03
1
-68
/
+74
*
Replace platform macro with KMP_MIC_SUPPORTED
Jonathan Peyton
2017-06-13
1
-5
/
+5
*
Fix for KMP_AFFINITY=disabled and KMP_TOPOLOGY_METHOD=hwloc
Jonathan Peyton
2017-05-31
1
-0
/
+10
*
Address default pinning OpenMP process with multiple processor groups
Jonathan Peyton
2017-05-31
1
-2
/
+30
*
Clang-format and whitespace cleanup of source code
Jonathan Peyton
2017-05-12
1
-4353
/
+4157
*
[OpenMP] Add missing parenthesis which triggers a compile error
George Rokos
2017-04-25
1
-1
/
+1
*
KMP_HW_SUBSET extended with NUMA support when HWLOC enabled
Andrey Churbanov
2017-04-13
1
-276
/
+168
*
Fix assertion failure when 'proclist' is used without 'explicit' in KMP_AFFINITY
Jonathan Peyton
2017-03-10
1
-2
/
+5
*
Enable yield cycle on Linux
Jonathan Peyton
2017-02-15
1
-4
/
+0
*
Follow up to r289732: Update comments in source files to reference .cpp files
Jonathan Peyton
2016-12-14
1
-1
/
+1
*
Change source files from .c to .cpp
Jonathan Peyton
2016-12-14
1
-0
/
+5631