Enum P2PAccessType
- Namespace
- Orleans.GpuBridge.Abstractions.K2K
- Assembly
- Orleans.GpuBridge.Abstractions.dll
Type of peer-to-peer access between GPUs.
public enum P2PAccessType
Fields
InfinityFabric = 3P2P over AMD Infinity Fabric.
None = 0No P2P access available - must use CPU staging.
NvLink = 2P2P over NVLink (NVIDIA high-speed interconnect).
PciExpress = 1P2P over PCIe bus.
UnifiedMemory = 5Unified memory with coherent access.
XeLink = 4P2P over Intel Xe Link.