Hi,
I am wanting to call blas functions from within a kernel. I know that CUBLAS
exists, but I think it is presented as a set of kernels and its not possible to
call a kernel from a kernel. Is the src of CUBLAS available somewhere so that I can
pick out the bits I want and form them into functions that I can call from my
own kernel ?
–
Jason