Originally posted by Mathias
View Post
OpenMP started adding support for accelerators (GPUs) since 4.5 and they added directives to copy data to and from GPU.
There are also OpenACC (similar to OpenMP) anf CUDA-Fortran (which is an nividia extension to run cuda code).
Of course there are guides to how to make code run effectively on GPUs, but that also apply to C/C++.
Fortran doesn't mean "old code" there are new standards of the language and the latest is Fortran-2023 and people still write their code in it.
Leave a comment: