Table of Contents

Class CudaEventHandle

Namespace
DotCompute.Backends.CUDA.Execution
Assembly
DotCompute.Backends.CUDA.dll

Handle for managed CUDA events with automatic cleanup

public sealed class CudaEventHandle : IDisposable
Inheritance
CudaEventHandle
Implements
Inherited Members
Extension Methods

Properties

EventId

Gets or sets the event identifier.

public EventId EventId { get; }

Property Value

EventId

The event id.

Handle

Gets or sets the handle.

public nint Handle { get; }

Property Value

nint

The handle.

Type

Gets or sets the type.

public CudaEventType Type { get; }

Property Value

CudaEventType

The type.

Methods

Dispose()

Performs dispose.

public void Dispose()