Skip to content

Commit 51c5926

Browse files
committed
release notes
1 parent ae742d6 commit 51c5926

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,6 +1153,9 @@ OpenMP Support
11531153
- Added support for 'omp assume' directive.
11541154
- Added support for 'omp scope' directive.
11551155
- Added support for allocator-modifier in 'allocate' clause.
1156+
- Changed the OpenMP DeviceRTL to use 'generic' IR. The
1157+
``LIBOMPTARGET_DEVICE_ARCHITECTURES`` CMake argument is now unused and will
1158+
always build support for AMDGPU and NVPTX targets.
11561159

11571160
Improvements
11581161
^^^^^^^^^^^^

openmp/docs/ReleaseNotes.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
===========================
2-
OpenMP 20.0.0 Release Notes
1+
32
===========================
43

54

@@ -19,3 +18,9 @@ from the `LLVM releases web site <https://llvm.org/releases/>`_.
1918

2019
Non-comprehensive list of changes in this release
2120
=================================================
21+
22+
Device Runtime
23+
--------------
24+
- Changed the OpenMP DeviceRTL to use 'generic' IR. The
25+
``LIBOMPTARGET_DEVICE_ARCHITECTURES`` CMake argument is now unused and will
26+
always build support for AMDGPU and NVPTX targets.

0 commit comments

Comments
 (0)