This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgomp/85649] [og7, nvptx, openacc] Too much workers chosen for launch


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85649

Tom de Vries <vries at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Tom de Vries <vries at gcc dot gnu.org> ---
https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=723992575fc42aadaef6b5cab57dcb3ad59b4e0e
:
...
[libgomp, openacc, nvptx] Don't select too many workers

2018-05-04  Tom de Vries  <tom@codesourcery.com>

PR libgomp/85649
* plugin/plugin-nvptx.c (MIN, MAX): Redefine.
(nvptx_exec): Choose num_workers such that device has sufficient
resources.
...

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]