Can I call magma functions inside CUDA GPU kernel
Posted: Mon Jun 23, 2014 9:59 pm
It looks like I can call cublas inside the GPU kernel.
Here is the example from CUDA SDK, although it only creates one GPU thread to call the GPU kernel.
/usr/local/cuda/samples/7_CUDALibraries/simpleDevLibCUBLAS
However, I am wondering if I can do the same for MAGMA functions?
Here is the example from CUDA SDK, although it only creates one GPU thread to call the GPU kernel.
/usr/local/cuda/samples/7_CUDALibraries/simpleDevLibCUBLAS
However, I am wondering if I can do the same for MAGMA functions?