File tree
4 files changed
+8
-5
lines changed- examples/resourceList/cpp
- extern
- include/taskr
4 files changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
- examples/tasking/abcTasks/source/abcTasks.hpp+4-4
- examples/tasking/abcTasks/source/main.cpp+1-1
- examples/tasking/fibonacci/source/fibonacci.hpp+8-4
- examples/tasking/fibonacci/source/main.cpp+1-1
- examples/tasking/resourceList/source/main.cpp+1-1
- examples/tasking/task.hpp+2-2
- include/hicr/backends/boost/coroutine.hpp+2-1
- include/hicr/backends/hwloc/memoryManager.hpp+2-2
- include/hicr/backends/pthreads/communicationManager.hpp+2-2
- include/hicr/backends/pthreads/executionState.hpp+1-1
- include/hicr/backends/pthreads/processingUnit.hpp+3-2
- include/hicr/core/communicationManager.hpp+12-13
- include/hicr/core/device.hpp+2-2
- include/hicr/frontends/tasking/callbackMap.hpp+2-2
- include/hicr/frontends/tasking/worker.hpp+4-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
187 | 190 | | |
188 | 191 | | |
189 | 192 | | |
| |||
856 | 859 | | |
857 | 860 | | |
858 | 861 | | |
859 | | - | |
| 862 | + | |
860 | 863 | | |
861 | 864 | | |
862 | 865 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments