Enum SyncStrategy
- Namespace
- DotCompute.Core.Memory
- Assembly
- DotCompute.Core.dll
An sync strategy enumeration.
public enum SyncStrategy
Fields
DirectP2P = 0Direct peer-to-peer transfer synchronization strategy.
HostMediated = 1Host-mediated synchronization strategy via host memory.
Streamed = 2Streamed synchronization strategy using chunked streaming.