Skip to content

Commit 9ea6543

Browse files
committed
OmpSs-2 release 2023.05.1
Software Version Individual Tag -------------------------------------------------- Nanos6 3.0.1 github-release-2023.05.1 Nodes 1.0.0 github-release-2023.05 nOS-V 1.0.0 github-release-2023.05 ovni 1.2.0 1.2.0 LLVM 17.0.0git github-release-2023.05.1 Mercurium 2.3.0a github-release-2023.05
1 parent e468100 commit 9ea6543

File tree

4 files changed

+33
-13
lines changed

4 files changed

+33
-13
lines changed

NEWS.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22
All notable changes to the OmpSs-2 programming model and its related software will be documented in this file.
33

44

5+
## Version 2023.05.1, Mon Jul 24, 2023
6+
The OmpSs-2 2023.05.1 release includes bug fixes and documentation improvements in the Nanos6 runtime, the LLVM/OpenMP runtime, and the LLVM/Clang compiler.
7+
8+
### Nanos6 Runtime
9+
- Fix CUDA kernel launch configuration and improve performance of OmpSs-2@CUDA support
10+
- Allow failures at CUDA prefetching without aborting the execution
11+
- Fix linking with jemalloc when --as-needed linking flag is used
12+
- Improve testing infrastructure and programs
13+
- Update documentation regarding OmpSs-2@CUDA support
14+
- Improve general documentation
15+
16+
### LLVM/OpenMP Runtime
17+
- Fix OpenMP potential use-after-free in polling tasks' mechanism
18+
19+
### LLVM/Clang Compiler
20+
- Fix unconditional break inside a for-loop which is encapsulated in a task
21+
- Fix device tasks call order when capturing more information in other clauses
22+
- Add support `shmem` clause in device tasks
23+
24+
525
## Version 2023.05, Wed May 24, 2023
626
The OmpSs-2 2023.05 release includes new software projects and several performance and usability improvements for the OmpSs-2 programming model.
727
In the context of OmpSs-2, this release introduces the new NODES runtime system supporting OmpSs-2, a novel and efficient tasking library named nOS-V, new Task-Aware libraries for interoperability with GPU offloading models, and new features in the ovni instrumentation library.

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ which are listed above.
3434

3535
# Latest Stable Release
3636

37-
The current and latest stable release is **OmpSs-2 2023.05** and its corresponding tag
38-
in this repository is *2023.05*. The versions and tags for each individual software
37+
The current and latest stable release is **OmpSs-2 2023.05.1** and its corresponding tag
38+
in this repository is *2023.05.1*. The versions and tags for each individual software
3939
projects are the following:
4040

41-
| Software | Version | Individual Tag |
42-
| :----------- | -----------: | ------------------------: |
43-
| Nanos6 | 3.0 | github-release-2023.05 |
44-
| NODES | 1.0.0 | github-release-2023.05 |
45-
| nOS-V | 1.0.0 | github-release-2023.05 |
46-
| ovni | 1.2.0 | 1.2.0 |
47-
| LLVM | 17.0.0git | github-release-2023.05 |
48-
| Mercurium | 2.3.0a | github-release-2023.05 |
41+
| Software | Version | Individual Tag |
42+
| :----------- | -----------: | --------------------------: |
43+
| Nanos6 | 3.0.1 | github-release-2023.05.1 |
44+
| NODES | 1.0.0 | github-release-2023.05 |
45+
| nOS-V | 1.0.0 | github-release-2023.05 |
46+
| ovni | 1.2.0 | 1.2.0 |
47+
| LLVM | 17.0.0git | github-release-2023.05.1 |
48+
| Mercurium | 2.3.0a | github-release-2023.05 |
4949

5050
Check the [OmpSs-2 Release Notes](./NEWS.md) in this repository to see the changes
5151
introduced in each stable OmpSs-2 release.
@@ -67,7 +67,7 @@ After cloning this repository, run the following command to move to a particular
6767
OmpSs-2 release:
6868

6969
```
70-
$ git checkout 2023.05
70+
$ git checkout 2023.05.1
7171
```
7272

7373
Then, run the command below to download the Nanos6, NODES, nOS-V, ovni, LLVM-based compiler

llvm

Submodule llvm updated 63 files

nanos6

Submodule nanos6 updated 79 files

0 commit comments

Comments
 (0)