[Openmp-commits] [openmp] 8db184a - [OpenMP] Add a few release notes
Joseph Huber via Openmp-commits
openmp-commits at lists.llvm.org
Mon Jul 24 11:26:58 PDT 2023
Author: Joseph Huber
Date: 2023-07-24T13:26:44-05:00
New Revision: 8db184ae8c4759fb3430a1f6ff0d82a0b3251274
URL: https://github.com/llvm/llvm-project/commit/8db184ae8c4759fb3430a1f6ff0d82a0b3251274
DIFF: https://github.com/llvm/llvm-project/commit/8db184ae8c4759fb3430a1f6ff0d82a0b3251274.diff
LOG: [OpenMP] Add a few release notes
Summary:
Release notes
Added:
Modified:
openmp/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/openmp/docs/ReleaseNotes.rst b/openmp/docs/ReleaseNotes.rst
index 3eeaf5c900d800..a0ac4ff518c637 100644
--- a/openmp/docs/ReleaseNotes.rst
+++ b/openmp/docs/ReleaseNotes.rst
@@ -19,3 +19,12 @@ from the `LLVM releases web site <https://llvm.org/releases/>`_.
Non-comprehensive list of changes in this release
=================================================
+
+- Removed the "old" device plugins along with support for the ``remote`` and
+ ``ve`` plugins
+- Added basic experimental support for ``libc`` functions on the GPU via the
+ `LLVM C Library for GPUs <https://libc.llvm.org/gpu/>`_.
+- Added minimal support for calling host functions from the device using the
+ ``libc`` interface, see this `example
+ <https://github.com/llvm/llvm-project/blob/main/openmp/libomptarget/test/libc/host_call.c>`_.
+- Fixed the implementation of ``omp_get_wtime`` for AMDGPU targets.
More information about the Openmp-commits
mailing list