Re: PR90030 "Fortran OpenACC subarray data alignment" (was: [PATCH] Fortran OpenMP 4.0 target support)

2019-05-29 Thread Thomas Schwinge
Hi Jakub! Any comments on this, please? On Wed, 10 Apr 2019 15:00:06 +0200, I wrote: > In context of PR90030 "Fortran OpenACC subarray data alignment" (which > actually is reproducible for OpenMP with nvptx offloading in the very > same way, see below), can you please explain the reason for the s

PR90030 "Fortran OpenACC subarray data alignment" (was: [PATCH] Fortran OpenMP 4.0 target support)

2019-04-10 Thread Thomas Schwinge
Hi Jakub! In context of PR90030 "Fortran OpenACC subarray data alignment" (which actually is reproducible for OpenMP with nvptx offloading in the very same way, see below), can you please explain the reason for the seven "[var] = fold_convert (build_pointer_type (char_type_node), [var])" instances

Re: [PATCH] Fortran OpenMP 4.0 target support

2014-07-09 Thread Thomas Schwinge
Hi! On Tue, 17 Jun 2014 23:03:47 +0200, Jakub Jelinek wrote: > This patch adds the target directives. > Tested both normally plus with target.c/splay-tree.c from > gomp-4_0-branch@203409 plus the attached patch against > target.c to implement the new to_pset map kind (5) and > allow handling of N

Re: [PATCH] Fortran OpenMP 4.0 target support

2014-06-17 Thread Jakub Jelinek
On Tue, Jun 17, 2014 at 11:59:22PM +0200, Tobias Burnus wrote: > >This patch adds the target directives. > >Tested both normally plus with target.c/splay-tree.c from > >gomp-4_0-branch@203409 plus the attached patch against > >target.c to implement the new to_pset map kind (5) and > >allow handling

Re: [PATCH] Fortran OpenMP 4.0 target support

2014-06-17 Thread Tobias Burnus
Jakub Jelinek wrote: This patch adds the target directives. Tested both normally plus with target.c/splay-tree.c from gomp-4_0-branch@203409 plus the attached patch against target.c to implement the new to_pset map kind (5) and allow handling of NULL. That patch will need to be forward ported to