Skip to content

Commit 31c95e5

Browse files
committed
[OpenMP][Doc] Update release note for 16 release
1 parent 4ab2246 commit 31c95e5

File tree

1 file changed

+20
-7
lines changed

1 file changed

+20
-7
lines changed

openmp/docs/ReleaseNotes.rst

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,40 @@ from the `LLVM releases web site <https://llvm.org/releases/>`_.
2020
Non-comprehensive list of changes in this release
2121
=================================================
2222

23+
* OpenMP target offloading will no longer support on 32-bit Linux systems.
24+
``libomptarget`` and plugins will not be built on 32-bit systems.
25+
2326
* Support for building the OpenMP runtime for Windows on AArch64 and ARM
2427
with MinGW based toolchains.
2528

2629
* Made the OpenMP runtime tests run successfully on Windows.
2730

28-
* Improved performance and internalization when compiling in LTO mode using
31+
* Improved performance and internalization when compiling in LTO mode using
2932
``-foffload-lto``.
3033

31-
* Created the ``nvptx-arch`` and ``amdgpu-arch`` tools to query the user's
34+
* Created the ``nvptx-arch`` and ``amdgpu-arch`` tools to query the user's
3235
installed GPUs.
3336

34-
* Removed ``CLANG_OPENMP_NVPTX_DEFAULT_ARCH`` in favor of using the new
37+
* Removed ``CLANG_OPENMP_NVPTX_DEFAULT_ARCH`` in favor of using the new
3538
``nvptx-arch`` tool.
3639

37-
* Added support for ``--offload-arch=native`` which queries the user's locally
38-
available GPU architectures. Now ``-fopenmp --offload-arch=native`` is
40+
* Added support for ``--offload-arch=native`` which queries the user's locally
41+
available GPU architectures. Now ``-fopenmp --offload-arch=native`` is
3942
sufficient to target all of the user's GPUs.
4043

41-
* Added ``-fopenmp-target-jit`` to enable JIT support.
44+
* Added ``-fopenmp-target-jit`` to enable JIT support. Only basic JIT feature is
45+
supported in this release. A couple of JIT related environment variables were
46+
added, which can be found on `LLVM/OpenMP runtimes page <https://openmp.llvm.org/design/Runtimes.html#libomptarget-jit-opt-level>`.
4247

43-
* OpenMP now supports ``-Xarch_host`` to control sending compiler arguments only
48+
* OpenMP now supports ``-Xarch_host`` to control sending compiler arguments only
4449
to the host compilation.
4550

4651
* Improved ``clang-format`` when used on OpenMP offloading applications.
52+
53+
* ``f16`` suffix is supported when compiling OpenMP programs if the target
54+
supports it.
55+
56+
* Python 3 is required to run OpenMP LIT tests now.
57+
58+
* Fixed a number of bugs and regressions.
59+

0 commit comments

Comments
 (0)