Table of Contents

Enum SyncStrategy

Namespace
DotCompute.Core.Memory
Assembly
DotCompute.Core.dll

An sync strategy enumeration.

public enum SyncStrategy

Fields

DirectP2P = 0

Direct peer-to-peer transfer synchronization strategy.

HostMediated = 1

Host-mediated synchronization strategy via host memory.

Streamed = 2

Streamed synchronization strategy using chunked streaming.