llvm-project/openmp/docs/ReleaseNotes.rst
Joseph Huber 1c4c21489f [OpenMP] Initial Support for OpenMP Webpage Documentation
Summary:
Adding support for generated html documentation for OpenMP. Changing
Cmake files to build the documentation and adding the base templates for
future documentation to be added.

Reviewers: jdoerfert

Subscribers: aaron.ballman arphaman guansong mgorny openmp-commits sstefan1 yaxunl

Tags: #OpenMP

Differential Revision: https://reviews.llvm.org/D87797
2020-09-18 16:32:22 -04:00

46 lines
1.1 KiB
ReStructuredText

===========================
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)