Skip to content

Commit 3da3377

Browse files
jprotzeshintaro-iwasaki
authored andcommitted
[OpenMP] NFC: Create OpenMP release notes file
cherry-pick: 73b7ff4e16c6c806adca57998cf4144a3be59c49 llvm/llvm-project@73b7ff4
1 parent c16c20e commit 3da3377

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

docs/ReleaseNotes.rst

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
===========================
2+
openmp 11.0.0 Release Notes
3+
===========================
4+
5+
.. contents::
6+
:local:
7+
8+
.. warning::
9+
These are in-progress notes for the upcoming LLVM 11.0.0 release.
10+
Release notes for previous releases can be found on
11+
`the Download Page <https://releases.llvm.org/download.html>`_.
12+
13+
Introduction
14+
============
15+
16+
This document contains the release notes for the OpenMP runtime, release 11.0.0.
17+
Here we describe the status of openmp, including major improvements
18+
from the previous release. All openmp releases may be downloaded
19+
from the `LLVM releases web site <https://llvm.org/releases/>`_.
20+
21+
Non-comprehensive list of changes in this release
22+
=================================================
23+
24+
5.0 features
25+
------------
26+
27+
* ...
28+
29+
5.1 features
30+
------------
31+
32+
* ...
33+
34+
OMPT Improvements
35+
-----------------
36+
37+
* Added OMPT callbacks for doacross loops, detached tasks
38+
* Added handling for mutexinoutset dependencies
39+
40+
OMPT-based Tools
41+
----------------
42+
43+
* Added ompt-multiplex.h as a header-only OMPT-tool to support nesting of OMPT
44+
tools. (see openmp/tools/multiplex)
45+

0 commit comments

Comments
 (0)