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-2023, NVIDIA. Last updated on Sep 13, 2023.