Skip to content

Commit c9c5a07

Browse files
committed
[OpenMP][Docs] Add some release notes for OpenMP
1 parent 38ef568 commit c9c5a07

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

openmp/docs/ReleaseNotes.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,23 @@ Non-comprehensive list of changes in this release
2424
with MinGW based toolchains.
2525

2626
* Made the OpenMP runtime tests run successfully on Windows.
27+
28+
* Improved performance and internalization when compiling in LTO mode using
29+
``-foffload-lto``.
30+
31+
* Created the ``nvptx-arch`` and ``amdgpu-arch`` tools to query the user's
32+
installed GPUs.
33+
34+
* Removed ``CLANG_OPENMP_NVPTX_DEFAULT_ARCH`` in favor of using the new
35+
``nvptx-arch`` tool.
36+
37+
* Added support for ``--offload-arch=native`` which queries the user's locally
38+
available GPU architectures. Now ``-fopenmp --offload-arch=native`` is
39+
sufficient to target all of the user's GPUs.
40+
41+
* Added ``-fopenmp-target-jit`` to enable JIT support.
42+
43+
* OpenMP now supports ``-Xarch_host`` to control sending compiler arguments only
44+
to the host compilation.
45+
46+
* Improved ``clang-format`` when used on OpenMP offloading applications.

0 commit comments

Comments
 (0)