From 8db184ae8c4759fb3430a1f6ff0d82a0b3251274 Mon Sep 17 00:00:00 2001 From: Joseph Huber Date: Mon, 24 Jul 2023 13:25:53 -0500 Subject: [PATCH] [OpenMP] Add a few release notes Summary: Release notes --- openmp/docs/ReleaseNotes.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/openmp/docs/ReleaseNotes.rst b/openmp/docs/ReleaseNotes.rst index 3eeaf5c900d80..a0ac4ff518c63 100644 --- a/openmp/docs/ReleaseNotes.rst +++ b/openmp/docs/ReleaseNotes.rst @@ -19,3 +19,12 @@ from the `LLVM releases web site `_. 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 `_. +- Added minimal support for calling host functions from the device using the + ``libc`` interface, see this `example + `_. +- Fixed the implementation of ``omp_get_wtime`` for AMDGPU targets.