30 lines · plain
1===========================2OpenMP 21.0.0 Release Notes3===========================4 5 6.. warning::7 These are in-progress notes for the upcoming LLVM 19.0.0 release.8 Release notes for previous releases can be found on9 `the Download Page <https://releases.llvm.org/download.html>`_.10 11 12Introduction13============14 15This document contains the release notes for the OpenMP runtime, release 19.0.0.16Here we describe the status of OpenMP, including major improvements17from the previous release. All OpenMP releases may be downloaded18from the `LLVM releases web site <https://llvm.org/releases/>`_.19 20Non-comprehensive list of changes in this release21=================================================22 23Device Runtime24--------------25- Changed the OpenMP DeviceRTL to use 'generic' IR. The26 ``LIBOMPTARGET_DEVICE_ARCHITECTURES`` CMake argument is now unused and will27 always build support for AMDGPU and NVPTX targets.28- Updated the offloading entry format but retained backwards compatibility with29 the old format.30