[libgomp, nvptx] Report launch dimensions in GOMP_OFFLOAD_run
authorTom de Vries <tdevries@suse.de>
Thu, 8 Oct 2020 06:22:39 +0000 (08:22 +0200)
committerTom de Vries <tdevries@suse.de>
Thu, 8 Oct 2020 09:03:29 +0000 (11:03 +0200)
commit7345ef6c2a197d0a2581c67838b7ba1650dfad30
tree567612353abd9396dafae46f8565935709794b88
parentc1c62aec6751678e958ab5c61b2d903a09d7efd9
[libgomp, nvptx] Report launch dimensions in GOMP_OFFLOAD_run

Using this patch, when using GOMP_DEBUG=1 and launching a kernel in
GOMP_OFFLOAD_run (used by the omp implementation), we see the kernel launch
dimensions:
...
  GOMP_OFFLOAD_run: kernel main$_omp_fn$0: \
    launch [(teams: 1), 1, 1] [(lanes: 32), (threads: 1), 1]
...

Build on x86_64-linux with nvptx accelerator, tested libgomp.

libgomp/ChangeLog:

2020-10-08  Tom de Vries  <tdevries@suse.de>

PR libgomp/81802
* plugin/plugin-nvptx.c (GOMP_OFFLOAD_run): Report launch
dimensions.
libgomp/plugin/plugin-nvptx.c