Releases: OpenMP/Examples
Releases · OpenMP/Examples
The v5.2.2 Release
This is a release that contains additional 5.2 examples and refinements to the OpenMP Examples document. The main changes since the 5.2.1 release are:
- A set of macros was introduced and consistently used for language keywords, names, concepts, and user codes in the text description of the document.
- Added the following examples: orphaned and nested loop constructs; "all" for defaultmap; custom mapper for target update construct; indirect clause; omp_target_memcpy_async routine; synchronization hint for atomic operation; assumption directives; nested declare variant directives; explicit scoring in context selectors
- Bug fixes and a few miscellaneous changes for improving readability
The 5.2.1 Release
This is a minor release (5.2.1) of the OpenMP Examples Document. It contains the following changes since 5.2:
- Added five new examples (declare target directive with device_type(nohost) clause, omp_pause_resource[_all] routine, atomic compare and capture, inoutset dependence type, uses_allocators clause)
- Updated source tags for all examples to use an improved form
- Applied several miscellaneous code fixes