diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-06-07 00:17:25 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-06-07 00:17:25 +0000 |
commit | 4f0d4825fa489cc1875c94ab405a800a8d76e506 (patch) | |
tree | 14207148fc3d6796e4312431cd46b23621a7adae /libgomp | |
parent | 6160572f8d243cb613ee0290fdc8580f1761d805 (diff) | |
download | gcc-4f0d4825fa489cc1875c94ab405a800a8d76e506.zip gcc-4f0d4825fa489cc1875c94ab405a800a8d76e506.tar.gz gcc-4f0d4825fa489cc1875c94ab405a800a8d76e506.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 9f48beb..f924aee 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,27 @@ +2023-06-06 Tobias Burnus <tobias@codesourcery.com> + + * plugin/plugin-gcn.c (GOMP_OFFLOAD_get_num_devices): Regard + unified_address requirement as supported. + * libgomp.texi (OpenMP 5.0, AMD Radeon, nvptx): Remove + 'unified_address' from the not-supported requirements. + +2023-06-06 Kwok Cheung Yeung <kcy@codesourcery.com> + Tobias Burnus <tobias@codesourcery.com> + + * libgomp.texi (OpenMP 5.1 Impl. status): Set 'present' support for + defaultmap to 'Y', add 'Y' entry for 'present' on to/from/map clauses. + * target.c (gomp_to_device_kind_p): Add map kinds with 'present' + modifier. + (gomp_map_vars_existing): Use new GOMP_MAP_FORCE_P macro. + (gomp_map_vars_internal, gomp_update, gomp_target_rev): + Emit runtime error if memory region not present. + * testsuite/libgomp.c-c++-common/target-present-1.c: New test. + * testsuite/libgomp.c-c++-common/target-present-2.c: New test. + * testsuite/libgomp.c-c++-common/target-present-3.c: New test. + * testsuite/libgomp.fortran/target-present-1.f90: New test. + * testsuite/libgomp.fortran/target-present-2.f90: New test. + * testsuite/libgomp.fortran/target-present-3.f90: New test. + 2023-06-02 Thomas Schwinge <thomas@codesourcery.com> PR testsuite/66005 |