File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -1153,6 +1153,9 @@ OpenMP Support
1153
1153
- Added support for 'omp assume' directive.
1154
1154
- Added support for 'omp scope' directive.
1155
1155
- 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.
1156
1159
1157
1160
Improvements
1158
1161
^^^^^^^^^^^^
Original file line number Diff line number Diff line change 1
- ===========================
2
- OpenMP 20.0.0 Release Notes
1
+
3
2
===========================
4
3
5
4
@@ -19,3 +18,9 @@ from the `LLVM releases web site <https://llvm.org/releases/>`_.
19
18
20
19
Non-comprehensive list of changes in this release
21
20
=================================================
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.
You can’t perform that action at this time.
0 commit comments