Click or drag to resize

CUDAStreamPtr Structure

Wrapper for a user-provided CUDA stream for synchronization

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntax
public struct CUDAStreamPtr

The CUDAStreamPtr type exposes the following members.

Fields
  NameDescription
Public fieldStream
The CUDA stream handle (CUstream cast to IntPtr)
Top
Remarks
Used with device array classes to synchronize SDK GPU operations with the user's CUDA stream before accessing device memory.
See Also