File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed
Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments