]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix og9 "Fix hang when running oacc exec with CUDA 9.0 nvprof"
authorThomas Schwinge <thomas@codesourcery.com>
Wed, 25 Mar 2020 16:57:02 +0000 (17:57 +0100)
committerThomas Schwinge <thomas@codesourcery.com>
Wed, 25 Mar 2020 16:57:02 +0000 (17:57 +0100)
commit9ae129017c7fc1fa638d6beedd3802b515ca692b
tree18519991f68ca4f0facf518094f62b3fb0939591
parent34fdecb2eb442640e3f5ad40320bd5859392c9f7
Fix og9 "Fix hang when running oacc exec with CUDA 9.0 nvprof"

Compared to the original og7 version, and still-good og8 version, the og9
version of this patch did get its code altered in a way so that it no longer
resolves the problem it's meant to resolve -- the hang was back.

libgomp/
* oacc-init.c (acc_init_1): Move 'acc_init_state' logic to where
it belongs.
libgomp/ChangeLog.omp
libgomp/oacc-init.c