|
|
|
|
|
by Annatar
3708 days ago
|
|
No idea, but I do know that the PGI group has had a working CUDA Fortran compiler since 2013: http://www.pgroup.com/doc/pgicudaforug.pdf One could take one's Fortran code and simply recompile it with their compiler to run on the Nvidia GPU's. The compiler would perform automatic parallelization. Wild stuff. |
|
Btw. I'm working on something that's geared towards pretty much exactly what you're talking about. My stretch goal is fully automatic GPU parallelization for data parallel Fortran code [1].
[1] https://github.com/muellermichel/Hybrid-Fortran