[Openmp-commits] [openmp] c9c5a07 - [OpenMP][Docs] Add some release notes for OpenMP
Joseph Huber via Openmp-commits
openmp-commits at lists.llvm.org
Tue Jan 24 10:36:10 PST 2023
Author: Joseph Huber
Date: 2023-01-24T12:35:58-06:00
New Revision: c9c5a076b3916c4ce8de72469ea0d09365f2594a
URL: https://github.com/llvm/llvm-project/commit/c9c5a076b3916c4ce8de72469ea0d09365f2594a
DIFF: https://github.com/llvm/llvm-project/commit/c9c5a076b3916c4ce8de72469ea0d09365f2594a.diff
LOG: [OpenMP][Docs] Add some release notes for OpenMP
Added:
Modified:
openmp/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/openmp/docs/ReleaseNotes.rst b/openmp/docs/ReleaseNotes.rst
index 7a626a0c46965..cc3f24edc5927 100644
--- a/openmp/docs/ReleaseNotes.rst
+++ b/openmp/docs/ReleaseNotes.rst
@@ -24,3 +24,23 @@ Non-comprehensive list of changes in this release
with MinGW based toolchains.
* Made the OpenMP runtime tests run successfully on Windows.
+
+* Improved performance and internalization when compiling in LTO mode using
+ ``-foffload-lto``.
+
+* Created the ``nvptx-arch`` and ``amdgpu-arch`` tools to query the user's
+ installed GPUs.
+
+* Removed ``CLANG_OPENMP_NVPTX_DEFAULT_ARCH`` in favor of using the new
+ ``nvptx-arch`` tool.
+
+* Added support for ``--offload-arch=native`` which queries the user's locally
+ available GPU architectures. Now ``-fopenmp --offload-arch=native`` is
+ sufficient to target all of the user's GPUs.
+
+* Added ``-fopenmp-target-jit`` to enable JIT support.
+
+* OpenMP now supports ``-Xarch_host`` to control sending compiler arguments only
+ to the host compilation.
+
+* Improved ``clang-format`` when used on OpenMP offloading applications.
More information about the Openmp-commits
mailing list