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