Hacker News new | ask | show | jobs
by jiehong 1193 days ago
The article mentions requiring help to use the GPU for compute: how easy is using the GPU for compute in Fortran? (Total newbie in Fortran)
2 comments

Just to chime in here: Intel's Fortran compiler (part of their oneAPI ecosystem) "provides CPU and GPU offload support."

https://www.intel.com/content/www/us/en/developer/tools/onea...

I don't have much GPU experience myself. As the sibling comment said, there are Fortran compilers that can offload to GPU, there is also Cuda Fortran. There is OpenMP offloading. I think LLVM can also target it somehow, and I would like to support it in LFortran, a compiler that we are developing. In general I am hoping people more experienced with GPU would be interested in helping out.