Commit ad5be0f
committed
OmpSs-2 release 2024.05
Software Version Individual Tag
--------------------------------------------------
Nanos6 4.1 github-release-2024.05
Nodes 1.2 github-release-2024.05
nOS-V 2.2.0 github-release-2024.05
ovni 1.9.1 1.9.1
LLVM 19.0.0git github-release-2024.051 parent a04aa58 commit ad5be0f
7 files changed
+59
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
5 | 51 | | |
6 | 52 | | |
7 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
Submodule llvm updated 28065 files
- .gitignore+1
- CHANGELOG.md+16
- Makefile.am+11
- README.md+1-1
- api/nanos6/directory.h+59
- configure.ac+2-2
- loader/indirect-symbols/directory.c+39
- loader/symbol-resolver/directory.c+10
- src/dependencies/DataTrackingSupport.hpp+2-1
- src/dependencies/SymbolTranslation.hpp+14-3
- src/dependencies/discrete/DataAccessRegistration.cpp+6-6
- src/dependencies/linear-regions-fragmented/DataAccess.hpp+14-12
- src/dependencies/linear-regions-fragmented/DataAccessRegistration.cpp-4
- src/executors/threads/WorkerThread.cpp+24-5
- src/hardware/device/Accelerator.cpp+23-4
- src/hardware/device/Accelerator.hpp+7-1
- src/hardware/device/cuda/CUDAAccelerator.cpp+16-6
- src/hardware/device/cuda/CUDAAccelerator.hpp+17-2
- src/hardware/device/cuda/CUDADeviceInfo.hpp+13-1
- src/hardware/device/cuda/CUDADirectoryAgent.cpp+132
- src/hardware/device/cuda/CUDADirectoryAgent.hpp+82
- src/hardware/device/cuda/CUDAFunctions.hpp+18
- src/hardware/device/directory/Directory.cpp+514
- src/hardware/device/directory/Directory.hpp+117
- src/hardware/device/directory/DirectoryAgent.hpp+99
- src/hardware/device/directory/DirectoryEntry.hpp+132
- src/hardware/device/directory/DirectoryPage.hpp+93
- src/hardware/device/directory/HostDirectoryAgent.hpp+52
- src/hardware/hwinfo/DeviceInfo.hpp+6-1
- src/hardware/places/ComputePlace.hpp+2-1
- src/hardware/places/MemoryPlace.hpp+8-8
- src/instrument/ovni/InstrumentAddTask.hpp+1-3
- src/instrument/ovni/InstrumentPthread.hpp+1-4
- src/instrument/ovni/InstrumentTaskWait.hpp+5-9
- src/instrument/ovni/OvniTrace.hpp+3-14
- src/lowlevel/RWSpinLock.hpp+56-1
- src/system/Bootstrap.cpp+2
- src/system/TaskBlocking.hpp+4-4
- src/system/TaskWait.cpp+29-1
- src/tasks/TaskInfoManager.cpp-7
- tests/directive_based/clang/Makefile.am+26-2
- tests/directive_based/cuda/cuda-ndrange-directory.cpp+67
- tests/directive_based/cuda/cuda-ndrange.hpp+1-1
- tests/directive_based/cuda/cuda-saxpy-directory.cpp+91
- tests/directive_based/numa/numa-allocations.cpp+5-10
- tests/directive_based/numa/numa-auto.cpp+2-5
- tests/directive_based/numa/numa-bitmask-manip.cpp+1-3
- tests/directive_based/numa/numa-irregular-allocations.cpp+5-11
- tests/directive_based/numa/numa-off.cpp+1-3
- tests/directive_based/numa/numa-on.cpp+2-5
- tests/directive_based/numa/numa-wildcards.cpp+1-3
- tests/select-version.sh+5-1
- CHANGELOG.md+16
- Makefile.am+2-1
- README.md+2-2
- configure.ac+2-2
- src/bootstrap/Initialization.cpp+15-4
- src/dependencies/discrete/DataAccessRegistration.cpp+7-4
- src/dependencies/discrete/ReleaseDirective.cpp+4
- src/dependencies/discrete/taskiter/TaskiterGraph.hpp+11-7
- src/instrument/OVNIInstrumentation.hpp+7
- src/system/DebugAPI.cpp+14-3
- src/system/EventsAPI.cpp+7-5
- src/system/TaskBlocking.cpp+11-5
- src/system/TaskCreation.cpp+25-11
- src/system/TaskFinalization.cpp+28-2
- src/system/TaskWait.cpp+3-1
- src/tasks/Task.cpp+4-8
- src/tasks/TaskInfo.cpp+6-21
- src/tasks/TaskInfo.hpp+60-24
- src/tasks/TaskMetadata.cpp+9
- src/tasks/TaskMetadata.hpp+23-3
- Makefile.am+3
- README.md+6-7
- api/nosv.h+70-3
- api/nosv/error.h+2-1
- configure.ac+3-3
- contrib/add-final-whitespace.sh+2-2
- contrib/clang-tidy-config+1-1
- contrib/clang-tidy.sh+2-2
- contrib/prevent-undefined-parameters.sh+2-2
- docs/user/api.md+49
- docs/user/tracing.md+6
- m4/compiler.m4+1-1
- nosv.toml+5-4
- src/bootstrap.c+36-2
- src/config/config.c+2-2
- src/hardware/pids.c+10-10
- src/hardware/threads.c+64-11
- src/hwcounters/hwcounters.c+2-2
- src/include/generic/arch.h+11-3
- src/include/generic/arch/arm64.h+27-1
- src/include/generic/arch/x86.h+17-4
- src/include/generic/chrono.h+4-4
- src/include/generic/list.h+4-1
- src/include/generic/mutex.h+5-5
- src/include/generic/proc.h+20-9
- src/include/hardware/cpus.h+1-1
- src/include/hardware/eventqueue.h+4-3
- src/include/hardware/pids.h+1-1
- src/include/hardware/threads.h+2
- src/include/hwcounters/hwcounters.h+2-2
- src/include/instr.h+96-21
- src/include/memory/backbone.h+1-1
- src/include/memory/sharedmemory.h+1-1
- src/include/nosv-internal.h+10
- src/include/scheduler/dtlock.h+2-2
- src/include/scheduler/scheduler.h+14-2
- src/include/system/taskgroup.h+51
- src/include/system/tasks.h+5-5
- src/instr.c+13-1
- src/memory/backbone.c+5-5
- src/memory/sharedmemory.c+1-1
- src/scheduler/scheduler.c+95-43
- src/support/affinity.c+100-34
- src/support/barrier.c+99
- src/support/mutex.c+158
- src/system/tasks.c+119-36
- tests/Makefile.am+21-1
- tests/basic/barrier.c+98
- tests/basic/init-multicall.c+59-5
- tests/basic/mutex.c+143
- tests/basic/parallel-cancel.c+1-1
- tests/basic/parallel.c+2-2
- tests/basic/submit-window.c+175
- tests/basic/turbo.c+134
- tests/common/utils.h+3-3
- tests/regression/parallel-tasks-cross-process.c+1-1
- tests/regression/parallel-tasks-submission.c+1-1
- tests/regression/parallel-tasks-yield.c+1-1
0 commit comments