Enum nvmlGpuTopologyLevel
Represents level relationships within a system between two GPUs The enums are spaced to allow for future relationships
Namespace: ManagedCuda.Nvml
Assembly: ManagedNvml.dll
Syntax
public enum nvmlGpuTopologyLevel
Fields
Name | Description |
---|---|
CPU | all devices that are connected to the same CPU but possibly multiple host bridges |
Hostbridge | all devices that are connected to the same host bridge |
Internal | e.g. Tesla K80 |
Multiple | all devices that need not traverse a host bridge |
Single | all devices that only need traverse a single PCIe switch |
System | all devices in the system |