diff options
author | cesar <cesar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-11-02 22:10:02 +0000 |
---|---|---|
committer | cesar <cesar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-11-02 22:10:02 +0000 |
commit | b7aef2f7a0d2a3c20700edfbff2168a417d57e24 (patch) | |
tree | 4b6752f6e52b937b8a95a6f6e537ef42923f160b /libgomp/ChangeLog | |
parent | 60cd8c97d99f66469d112a34a09b18e78ca193e6 (diff) | |
download | gcc-b7aef2f7a0d2a3c20700edfbff2168a417d57e24.tar.gz |
gcc/
* config/nvptx/nvptx.c (PTX_GANG_DEFAULT): Set to zero.
libgomp/
* plugin/plugin-nvptx.c (nvptx_exec): Interrogate board attributes
to determine default geometry.
* testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c: Set gang
dimension.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@241803 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 675c63ec1cd..a7a52f82f0c 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,11 @@ +2016-11-02 Cesar Philippidis <cesar@codesourcery.com> + Nathan Sidwell <nathan@acm.org> + + * plugin/plugin-nvptx.c (nvptx_exec): Interrogate board attributes + to determine default geometry. + * testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c: Set gang + dimension. + 2016-11-01 Jakub Jelinek <jakub@redhat.com> * hashtab.h: Use standard GPLv3 with runtime exception |