summaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-01-17 00:16:24 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-01-17 00:16:24 +0000
commit1e942d7c05c66ccc477567506a6bf86d91cae429 (patch)
tree529e3e4510e653494160383d4cf3844c6273db2d /libgomp
parenta326934886f606b4a4a60254917f58c825d7c94b (diff)
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 85ec4bcfa14..0dd73562a2c 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.