[Openmp-commits] [openmp] 73b7ff4 - [OpenMP] NFC: Create OpenMP release notes file

Joachim Protze via Openmp-commits openmp-commits at lists.llvm.org
Wed Jun 24 04:43:17 PDT 2020


Author: Joachim Protze
Date: 2020-06-24T13:42:32+02:00
New Revision: 73b7ff4e16c6c806adca57998cf4144a3be59c49

URL: https://github.com/llvm/llvm-project/commit/73b7ff4e16c6c806adca57998cf4144a3be59c49
DIFF: https://github.com/llvm/llvm-project/commit/73b7ff4e16c6c806adca57998cf4144a3be59c49.diff

LOG: [OpenMP] NFC: Create OpenMP release notes file

Added: 
    openmp/docs/ReleaseNotes.rst

Modified: 
    

Removed: 
    


################################################################################
diff  --git a/openmp/docs/ReleaseNotes.rst b/openmp/docs/ReleaseNotes.rst
new file mode 100644
index 000000000000..b7f2ec42277e
--- /dev/null
+++ b/openmp/docs/ReleaseNotes.rst
@@ -0,0 +1,45 @@
+===========================
+openmp 11.0.0 Release Notes
+===========================
+
+.. contents::
+    :local:
+
+.. warning::
+   These are in-progress notes for the upcoming LLVM 11.0.0 release.
+   Release notes for previous releases can be found on
+   `the Download Page <https://releases.llvm.org/download.html>`_.
+
+Introduction
+============
+
+This document contains the release notes for the OpenMP runtime, release 11.0.0.
+Here we describe the status of openmp, including major improvements
+from the previous release. All openmp releases may be downloaded
+from the `LLVM releases web site <https://llvm.org/releases/>`_.
+
+Non-comprehensive list of changes in this release
+=================================================
+
+5.0 features
+------------
+
+* ...
+
+5.1 features
+------------
+
+* ...
+
+OMPT Improvements
+-----------------
+
+* Added OMPT callbacks for doacross loops, detached tasks
+* Added handling for mutexinoutset dependencies
+
+OMPT-based Tools
+----------------
+
+* Added ompt-multiplex.h as a header-only OMPT-tool to support nesting of OMPT
+  tools. (see openmp/tools/multiplex)
+


        


More information about the Openmp-commits mailing list