Table of Contents

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 = 1

Event optimized for synchronization between streams.

Timing = 0

Event capable of timing GPU operations.