Variable holoscan::inference::StreamDeleter

Clara Holoscan v0.4.0
static auto holoscan::inference::StreamDeleter = [](cudaStream_t* pStream) {if (pStream) {cudaStreamDestroy(*pStream);delete pStream;}}

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