Wrapper for a user-provided CUDA stream for synchronization
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntaxpublic struct CUDAStreamPtr
Public Structure CUDAStreamPtr
public value class CUDAStreamPtr
The CUDAStreamPtr type exposes the following members.
Fields|
| Name | Description |
|---|
 | Stream | 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