Topic: Translate FORTRAN to C++ for CUDA
Hello All,
Its been a couple of years since last post and I haven't seen this topic in the the forum and apologize if I missed it.
I have my OpenMP FORTRAN simulation that I am thinking about converting to use multi-processing capabilities of CUDA cores. I would like to continue to use Windows as my development and runtime platform. I have done a cursory look at this and this seems possible. However, I don't want to rewrite the entire code into C++. I think SF (never attempted this) supports C++ subroutines called from FORTRAN, would it be possible to create CUDA C++ subroutines called from in my SF FORTRAN compile and link?
Thanks in advance,
Rod