Enum P2PConnectionType
- Namespace
- DotCompute.Core.Memory
- Assembly
- DotCompute.Core.dll
An p2 p connection type enumeration.
public enum P2PConnectionType
Fields
DirectGMA = 4AMD DirectGMA connection.
InfiniBand = 3InfiniBand network connection.
NVLink = 2NVIDIA NVLink high-speed interconnect.
None = 0No P2P connection available.
PCIe = 1PCIe peer-to-peer connection.