checking for CUDA Fortran, R, cublas

Hello!

First checking to see if I can post.

I am able to compile/link/run CUDA Fortran programs with cublas subroutine calls.

However, when I convert them to subroutines, they compile/link fine, but just hang when I try to run them in R.

If this goes through, I will send the proper info.

However, when I convert them to subroutines

What do you mean by convert to subroutines? Do you mean placing the call to the cublas routine within a subroutine?

Yes.

There’s actually more, but it’s not letting me paste the code at the moment.