Enum CudaEventType
- Namespace
- DotCompute.Backends.CUDA.Execution.Types
- Assembly
- DotCompute.Backends.CUDA.dll
Types of CUDA events used for different purposes.
public enum CudaEventType
Fields
Synchronization = 1Event optimized for synchronization between streams.
Timing = 0Event capable of timing GPU operations.