Table of Contents

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 = 3

P2P over AMD Infinity Fabric.

None = 0

No P2P access available - must use CPU staging.

P2P over NVLink (NVIDIA high-speed interconnect).

PciExpress = 1

P2P over PCIe bus.

UnifiedMemory = 5

Unified memory with coherent access.

P2P over Intel Xe Link.