Function holoscan::viz::SetCudaStream

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

© Copyright 2022, NVIDIA. Last updated on Jun 28, 2023.