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/83270] New: [OMP 3.1] implement TASKYIELD


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

            Bug ID: 83270
           Summary: [OMP 3.1] implement TASKYIELD
           Product: gcc
           Version: 8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgomp
          Assignee: unassigned at gcc dot gnu.org
          Reporter: janus at gcc dot gnu.org
                CC: jakub at gcc dot gnu.org
  Target Milestone: ---

As noted in the TODO list at https://gcc.gnu.org/wiki/openmp and in
https://gcc.gnu.org/ml/gcc-patches/2011-08/msg00080.html, the implementation of
TASKYIELD is still a stub.

I don't really know what it takes to implement this properly, but it would
definitely be useful to have it.

The function 'GOMP_taskyield' in libgomp/task.c is empty on the current trunk.

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