Table of Contents

Enum KernelExecutionStatus

Namespace
Orleans.GpuBridge.Abstractions.Providers.Execution.Enums
Assembly
Orleans.GpuBridge.Abstractions.dll

Kernel execution status

public enum KernelExecutionStatus

Fields

Cancelled = 4

Kernel execution was cancelled before completion.

Completed = 2

Kernel execution completed successfully.

Failed = 3

Kernel execution failed with an error.

Queued = 0

Kernel has been queued for execution but not yet started.

Running = 1

Kernel is currently running on the GPU.

Timeout = 5

Kernel execution exceeded the timeout limit.