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
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
11571160Improvements
11581161^^^^^^^^^^^^
Original file line number Diff line number Diff line change 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
2019Non-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.
You can’t perform that action at this time.
0 commit comments