public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgomp/97212] New: [OpenMP] 'depend' clause with 'target nowait' (!) + 'task' does not work
@ 2020-09-26 11:38 burnus at gcc dot gnu.org
  2020-10-05 12:51 ` [Bug libgomp/97212] " burnus at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: burnus at gcc dot gnu.org @ 2020-09-26 11:38 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 97212
           Summary: [OpenMP] 'depend' clause with 'target nowait' (!) +
                    'task' does not work
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Keywords: openmp, wrong-code
          Severity: normal
          Priority: P3
         Component: libgomp
          Assignee: unassigned at gcc dot gnu.org
          Reporter: burnus at gcc dot gnu.org
                CC: jakub at gcc dot gnu.org
  Target Milestone: ---

Created attachment 49274
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49274&action=edit
C testcase, run with -fopenmp

The SOLLVE_VV testcase
https://github.com/SOLLVE/sollve_vv/blob/master/tests/4.5/task/test_target_and_task_nowait.c

FAILS. Note: It also fails with a compiler which is not even configured for
offloading and, hence, everything is run on the host.


It uses with 'nowait' and 'depend':

#pragma omp target map(tofrom: a, sum) depend(out: a) nowait
  ... (set 'a') ...

#pragma omp task depend(in: a) shared(a,errors)
  ... check value of ...

A comment indicates a problem with real-world code:

// This test checks if dependence expressed on target and task 
// regions are honoured in the presense of nowait.
// This test is motivated by OpenMP usage in QMCPack.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-10-08 18:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-26 11:38 [Bug libgomp/97212] New: [OpenMP] 'depend' clause with 'target nowait' (!) + 'task' does not work burnus at gcc dot gnu.org
2020-10-05 12:51 ` [Bug libgomp/97212] " burnus at gcc dot gnu.org
2020-10-08 17:47 ` jakub at gcc dot gnu.org
2020-10-08 18:40 ` jakub at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).