]> gcc.gnu.org Git - gcc.git/commit
Avoid OpenMP/nvptx execution-time hangs for simple nested OpenMP 'target'/'parallel...
authorThomas Schwinge <thomas@codesourcery.com>
Thu, 11 Mar 2021 16:01:22 +0000 (17:01 +0100)
committerThomas Schwinge <thomas@codesourcery.com>
Thu, 25 Mar 2021 12:00:11 +0000 (13:00 +0100)
commitd99111fd8e12deffdd9a965ce17e8a760d531ec3
treed544e82c1f83c36d92bfe647da2d81a86a21608d
parent8bafce1be11a301c2421483736c634b8bf330e69
Avoid OpenMP/nvptx execution-time hangs for simple nested OpenMP 'target'/'parallel'/'task' constructs [PR99555]

... awaiting proper resolution, of course.

libgomp/
PR target/99555
* testsuite/lib/on_device_arch.c: New file.
* testsuite/libgomp.c/pr99555-1.c: Likewise.
* testsuite/libgomp.c-c++-common/task-detach-6.c: Until resolved,
skip for nvptx offloading, with error status.
* testsuite/libgomp.fortran/task-detach-6.f90: Likewise.
libgomp/testsuite/lib/on_device_arch.c [new file with mode: 0644]
libgomp/testsuite/libgomp.c-c++-common/task-detach-6.c
libgomp/testsuite/libgomp.c/pr99555-1.c [new file with mode: 0644]
libgomp/testsuite/libgomp.fortran/task-detach-6.f90
This page took 0.05445 seconds and 5 git commands to generate.