On Fri, 22 Nov 2019 16:11:15 +0000
Kwok Cheung Yeung <kcyeun...@gmail.com> wrote:

> libgomp.oacc-fortran/lib-16.f90 in the libgomp testsuite currently
> fails with:
> 
> Program aborted. Backtrace:
> #0  0x4013bf in MAIN__
>          at 
> src/gcc-gcn-master/libgomp/testsuite/libgomp.oacc-fortran/lib-16.f90:28
> #1  0x4013bf in main
>          at 
> src/gcc-gcn-master/libgomp/testsuite/libgomp.oacc-fortran/lib-16.f90:6
> 
> In commit 3a25e449d04d5768c3a799264ba0e5cab8ae181f ([og9] Fix OpenACC 
> "ephemeral" asynchronous host-to-device copies), lib-16-2.f90 has two 
> acc_waits added to wait for an asynchronous update to complete before 
> operating on the data. Since lib-16-2.f90 is supposed to be identical
> to lib-16.f90 except for using 'include "openacc_lib.h"' instead of
> 'use openacc', any changes to lib-16-2.f90 should also apply to
> lib-16.f90. When the changes are applied to lib-16.f90, the test
> passes.
> 
> Okay to commit to OG9?

Fine by me, FWIW!

Thanks,

Julian

Reply via email to