I want to make calls to cuBLAS routines asynchronously. Is it possible? If yes, how can I achieve that?
Use the cublasSetStream
function before the cublas calls.
cublasSetStream(cublasHandle, cudaStream)
;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With