Re: [gomp4] Extend libgomp's fortran test coverage of host_data

2016-08-12 Thread Cesar Philippidis
On 08/11/2016 03:38 PM, Cesar Philippidis wrote: > This patch ports libgomp.oacc-c-c++-common/host_data-1.c to fortran. > Fortunately, the existing fortran host_data infrastructure was already > in place, so I had to do was port over the calls to Nvidia's CUDA BLAS > library. > > There are a coupl

[gomp4] Extend libgomp's fortran test coverage of host_data

2016-08-11 Thread Cesar Philippidis
This patch ports libgomp.oacc-c-c++-common/host_data-1.c to fortran. Fortunately, the existing fortran host_data infrastructure was already in place, so I had to do was port over the calls to Nvidia's CUDA BLAS library. There are a couple of details that one needs to consider when using CUDA BLAS