CUDA Fortran question

Is it possible to compile CUDA Fortran subroutines into a shared library and load it into R and Python?

Judging by this thread at the NVIDIA developer forums, yes for Python.

The answer is also yes for R, judging from this and that page.

Is there a specific reason you want to use CUDA?

1 Like