[Bug libgomp/81802] Report cuLaunchKernel launch dimensions in GOMP_OFFLOAD_run

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Oct 8 09:04:35 GMT 2020


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

--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom de Vries <vries@gcc.gnu.org>:

https://gcc.gnu.org/g:7345ef6c2a197d0a2581c67838b7ba1650dfad30

commit r11-3715-g7345ef6c2a197d0a2581c67838b7ba1650dfad30
Author: Tom de Vries <tdevries@suse.de>
Date:   Thu Oct 8 08:22:39 2020 +0200

    [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.


More information about the Gcc-bugs mailing list