Re: [PATCH, OpenACC] Fortran deviceptr

2019-10-21 Thread Chung-Lin Tang
On 2019/10/19 9:04 PM, Bernhard Reutner-Fischer wrote: On 18 October 2019 17:08:54 CEST, Chung-Lin Tang wrote: Also, I've added a new libgomp.oacc-fortran/deviceptr-2.f90 testcase that actually copies out and verifies the deviceptr computation. In testcases please do not 'call abort' which

Re: [PATCH, OpenACC] Fortran deviceptr

2019-10-19 Thread Bernhard Reutner-Fischer
On 19 October 2019 15:04:39 CEST, Bernhard Reutner-Fischer wrote: >On 18 October 2019 17:08:54 CEST, Chung-Lin Tang > wrote: > >>Also, I've added a new libgomp.oacc-fortran/deviceptr-2.f90 testcase >>that >>actually copies out and verifies the deviceptr computation. > >In testcases please do not

Re: [PATCH, OpenACC] Fortran deviceptr

2019-10-19 Thread Bernhard Reutner-Fischer
On 18 October 2019 17:08:54 CEST, Chung-Lin Tang wrote: >Also, I've added a new libgomp.oacc-fortran/deviceptr-2.f90 testcase >that >actually copies out and verifies the deviceptr computation. In testcases please do not 'call abort' which is nonstandard but use 'stop N' which is standard, idea