Function holoscan::viz::SetCudaStream
Defined in File holoviz.hpp
-
void holoscan::viz::SetCudaStream(CUstream stream)
Set the Cuda stream used by Holoviz for Cuda operations.
The default stream is 0, i.e. non-concurrent mode. All Cuda commands issued by Holoviz use that stream. The stream can be changed any time.
- Parameters
stream – Cuda stream to use