File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments