How fast can GPU speedup a Fortran CPU code?

Depends on the platform. For NVIDIA GPUs I use nvfortran (newest version available), and for AMD GPUs I use gfortran 10 or newer, since flang can’t process OpenACC yet for now. I heard Cray compiler also supports OpenACC, but I haven’t used it so I can’t say much.

3 Likes