Hi i jus have a simple question. Can cublas be used within the kernel.??? I ask this coz i need to find say dot product using cublas and the result i need to store on the GPU directly.
No. Only the host side can launch kernels. Kernels can call device functions, but not other kernels.