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_tasking.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OpenMP] NFC: Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-07
1
-3
/
+4
*
[OpenMP] NFC: Fix trivial typos in comments
Kelvin Li
2020-01-03
1
-7
/
+7
*
[OpenMP] Remove OMP spec versioning
Jonathan Peyton
2019-07-12
1
-149
/
+10
*
Create a runtime option to disable task throttling.
Andrey Churbanov
2019-07-02
1
-2
/
+4
*
New implementation of OpenMP 5.0 detached tasks.
Andrey Churbanov
2019-06-19
1
-22
/
+122
*
[OpenMP] Add task alloc function
Gheorghe-Teodor Bercea
2019-06-14
1
-0
/
+10
*
[OpenMP] Implement task modifier for reduction clause
Jonathan Peyton
2019-05-01
1
-55
/
+324
*
[OpenMP] Make use of sched_yield optional in runtime
Jonathan Peyton
2019-02-28
1
-7
/
+4
*
[OMPT] Make sure that OMPT is enabled when accessing internals of the runtime
Joachim Protze
2019-02-04
1
-0
/
+1
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[OpenMP] Add omp_pause_resource* API
Jonathan Peyton
2019-01-16
1
-1
/
+1
*
Doc: fixed description of a parameter of the __kmpc_taskloop
Andrey Churbanov
2019-01-09
1
-1
/
+1
*
[OMPT] First chunk of final OMPT 5.0 interface updates
Joachim Protze
2018-12-18
1
-22
/
+27
*
[OpenMP] Fixes for LIBOMP_OMP_VERSION=45/40
Roman Lebedev
2018-12-15
1
-0
/
+2
*
[OpenMP] Add stubs for Task affinity API
Jonathan Peyton
2018-11-29
1
-0
/
+22
*
Implementation of OpenMP 5.0 mutexinoutset task dependency type.
Andrey Churbanov
2018-11-07
1
-132
/
+184
*
[OpenMP] Add missing __kmpc_critical_with_hint to dllexports
Jonathan Peyton
2018-09-26
1
-6
/
+3
*
[OpenMP] Fix performance issue from 376.kdtree
Jonathan Peyton
2018-09-26
1
-7
/
+7
*
[OMPT] Update types according to TR7
Joachim Protze
2018-09-10
1
-4
/
+4
*
[OpenMP] Fix tasking bug for decreasing hot team nthreads
Jonathan Peyton
2018-08-24
1
-1
/
+1
*
[OpenMP] Fix incorrect barrier imbalance reporting in ITTNOTIFY
Jonathan Peyton
2018-08-24
1
-21
/
+25
*
[OpenMP] Cleanup code
Jonathan Peyton
2018-08-09
1
-5
/
+6
*
[OpenMP] Fix tasking + parallel bug
Jonathan Peyton
2018-07-30
1
-0
/
+3
*
[OpenMP] Fix new task creation
Gheorghe-Teodor Bercea
2018-07-30
1
-1
/
+1
*
[OMPT] Fix OMPT callbacks for the taskloop construct and add testcase
Joachim Protze
2018-07-27
1
-61
/
+170
*
[OMPT] Adapt OMPT callbacks for tasks to handle untied tasks correctly
Joachim Protze
2018-07-27
1
-50
/
+62
*
[OpenMP] Use C++11 Atomics - barrier, tasking, and lock code
Jonathan Peyton
2018-07-09
1
-53
/
+54
*
[OMPT] Rename ompt_frame_t to omp_frame_t
Joachim Protze
2018-05-28
1
-1
/
+1
*
Introduce GOMP_taskloop API
Jonathan Peyton
2018-04-18
1
-18
/
+138
*
Minor code cleanup
Jonathan Peyton
2018-01-10
1
-2
/
+3
*
Improve stability of the runtime in parent/child processes
Jonathan Peyton
2018-01-10
1
-1
/
+1
*
Exclude untied tasks from checking of task scheduling constraint (TSC).
Andrey Churbanov
2017-11-16
1
-94
/
+156
*
Rename fields of ompt_frame_t
Joachim Protze
2017-11-05
1
-16
/
+14
*
Revert "Rename fields of ompt_frame_t"
Jonas Hahnfeld
2017-11-03
1
-14
/
+16
*
Revert "Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 ...
Jonas Hahnfeld
2017-11-03
1
-29
/
+24
*
Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)
Joachim Protze
2017-11-03
1
-24
/
+29
*
Rename fields of ompt_frame_t
Joachim Protze
2017-11-03
1
-16
/
+14
*
Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).
Joachim Protze
2017-11-01
1
-130
/
+395
*
Apply formatting changes
Jonathan Peyton
2017-10-20
1
-2
/
+0
*
Remove unnecessary semicolons
Jonathan Peyton
2017-09-27
1
-2
/
+2
*
Move lock acquire/release functions in task deque cleanup code
Jonathan Peyton
2017-08-02
1
-3
/
+2
*
Cleanup: __kmp_env_* variables
Jonathan Peyton
2017-07-25
1
-23
/
+27
*
Add recursive task scheduling strategy to taskloop implementation
Jonathan Peyton
2017-07-18
1
-93
/
+287
*
Fix sporadic segfaults in tasking tests.
Andrey Churbanov
2017-07-18
1
-1
/
+1
*
OpenMP RTL cleanup: eliminated warnings with -Wcast-qual, patch 2.
Andrey Churbanov
2017-07-17
1
-23
/
+13
*
OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.
Andrey Churbanov
2017-07-03
1
-37
/
+45
*
Fix minor formatting issues
Jonathan Peyton
2017-06-01
1
-2
/
+2
*
Remove some outdated comments
Jonathan Peyton
2017-05-15
1
-11
/
+0
*
Clang-format and whitespace cleanup of source code
Jonathan Peyton
2017-05-12
1
-2582
/
+2668
*
Run-time library part of OpenMP 5.0 task reduction implementation.
Andrey Churbanov
2017-02-16
1
-0
/
+208
[next]