diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-01-17 00:16:24 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-01-17 00:16:24 +0000 |
commit | 1e942d7c05c66ccc477567506a6bf86d91cae429 (patch) | |
tree | 529e3e4510e653494160383d4cf3844c6273db2d /libgomp | |
parent | a326934886f606b4a4a60254917f58c825d7c94b (diff) | |
download | gcc-1e942d7c05c66ccc477567506a6bf86d91cae429.zip gcc-1e942d7c05c66ccc477567506a6bf86d91cae429.tar.gz gcc-1e942d7c05c66ccc477567506a6bf86d91cae429.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 85ec4bc..0dd73562 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,11 @@ +2022-01-16 Kwok Cheung Yeung <kcy@codesourcery.com> + Andrew Stubbs <ams@codesourcery.com> + + * plugin/plugin-gcn.c (parse_target_attributes): Automatically set + the number of teams and threads if necessary. + (gcn_exec): Automatically set the number of gangs and workers if + necessary. + 2022-01-13 Hafiz Abid Qadeer <abidh@codesourcery.com> * testsuite/libgomp.fortran/allocate-1.c: New test. |