سؤال

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);

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top