Table of Contents

Enum KernelStatus

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

Status of kernel execution

public enum KernelStatus

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.