Example Project for VS 2015 CUDA Fortran

Hello,

i’m new to CUDA Fortran. Where can I find an example Project for Microsoft Visual Studios 2015 for CUDA Fortran. I found many for C but none for Fortran.

Thanks

If you have the 17.10 PVF release installed, look in


C:\Program Files (x86)\Microsoft Visual Studio 14.0\PGI Visual Fortran\Samples\gpu\CUDAFor_Matmul\CUDAFor_Matmul

for a PVF CUDA-Fortran example.

dave

Thanks,

i found the example. Unfortunately the example produces 262144 errors.
Is there a much more simple example? To test if the CUDA card is installed correctly?