Table of Contents

Enum GraphNodeType

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

Graph node types

public enum GraphNodeType

Fields

Barrier = 3

Synchronization barrier node.

HostCallback = 4

Host callback invocation node.

Kernel = 0

Kernel execution node.

MemCopy = 1

Memory copy operation node.

MemSet = 2

Memory set operation node.