Function holoscan::viz::SetCudaStream

Holoscan v0.6
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 Feb 9, 2024.