Table of Contents

Class CudaErrorEvent

Namespace
DotCompute.Backends.CUDA.ErrorHandling
Assembly
DotCompute.Backends.CUDA.dll
public sealed class CudaErrorEvent
Inheritance
CudaErrorEvent
Inherited Members

Properties

Context

Gets or sets the context.

public object? Context { get; set; }

Property Value

object

The context.

Error

Gets or sets the error.

public CudaError Error { get; set; }

Property Value

CudaError

The error.

Operation

Gets or sets the operation.

public string Operation { get; set; }

Property Value

string

The operation.

ThreadId

Gets or sets the thread identifier.

public int ThreadId { get; set; }

Property Value

int

The thread identifier.

Timestamp

Gets or sets the timestamp.

public DateTimeOffset Timestamp { get; set; }

Property Value

DateTimeOffset

The timestamp.