This is the mail archive of the gcc-patches@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]

Re: [PATCHv2 0/5] OpenMP/PTX: improve correctness in SIMD regions


Hi!

On Wed, 22 Mar 2017 18:46:30 +0300, Alexander Monakov <amonakov@ispras.ru> wrote:
> This patchset implements privatization of addressable variables in OpenMP SIMD
> regions lowered for SIMT targets (i.e. NVPTX) via the approach identified in
> the review of the previous submission.  [...]

Given that the subject describes this to "improve correctness in SIMD
regions": no test cases for this one?


I observe a few more instances of
"[...]/gcc/config/nvptx/nvptx.md:[...]:1: warning: operand [...]  missing
mode?".  Maybe something to look at/resolve, at some point.


And:

    [...]/gcc/config/nvptx/nvptx.c: In function 'void nvptx_output_softstack_switch(FILE*, bool, rtx, rtx, rtx)':
    [...]/gcc/config/nvptx/nvptx.c:1357:39: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long unsigned int' [-Wformat]


Grüße
 Thomas


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