[Openmp-commits] [openmp] 5fa5c39 - [OpenMP] Add OMPT release note
Michael Halkenhaeuser via Openmp-commits
openmp-commits at lists.llvm.org
Mon Jul 24 17:38:52 PDT 2023
Author: Michael Halkenhaeuser
Date: 2023-07-24T20:38:04-04:00
New Revision: 5fa5c39871c8ea7df2173951be3a4a17b29fa42e
URL: https://github.com/llvm/llvm-project/commit/5fa5c39871c8ea7df2173951be3a4a17b29fa42e
DIFF: https://github.com/llvm/llvm-project/commit/5fa5c39871c8ea7df2173951be3a4a17b29fa42e.diff
LOG: [OpenMP] Add OMPT release note
OMPT release note addition for LLVM 17
Differential Revision: https://reviews.llvm.org/D156191
Added:
Modified:
openmp/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/openmp/docs/ReleaseNotes.rst b/openmp/docs/ReleaseNotes.rst
index a0ac4ff518c637..5a89ee6de7205d 100644
--- a/openmp/docs/ReleaseNotes.rst
+++ b/openmp/docs/ReleaseNotes.rst
@@ -28,3 +28,4 @@ Non-comprehensive list of changes in this release
``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.
+- Added vendor agnostic OMPT callback support for OpenMP-based device offload.
More information about the Openmp-commits
mailing list