Question concerning CUDA-Fortran

Dear Sir or Madam


I am currently learning the new extension to Fortran CUDA-Fortran. However I encounter major difficulties when trying to find literature on the subject. The only document I have, is the “CUDA Fortran Programming Guide and Reference 2011”.
Can you recommend literature on the subject. Most of the books that I know dealing with the subject of CUDA-GPU programming for instance: “CUDA by example by J.Sanders”, does not discuss CUDA-Fortran.

Thank You in advance

Hi wronski11,

In addition to the reference guide, we have several articles on CUDA Fortran program that can be found at: CUDA Fortran Compiler Information | PGI.

CUDA C books are also useful since they help in understanding algorithm design which is often more difficult to understand. The rest is mostly just syntax.

Hope this helps,
Mat