Frage

I want to make calls to cuBLAS routines asynchronously. Is it possible? If yes, how can I achieve that?

War es hilfreich?

Lösung

Use the cublasSetStream function before the cublas calls.

cublasSetStream(cublasHandle, cudaStream);

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top