Enum CudaDeviceP2PAttribute
CUDA peer-to-peer attribute identifiers. CUDA 点对点访问属性标识。
public enum CudaDeviceP2PAttribute
Fields
AccessSupported = 2Whether peer access is supported for the selected devices. 指定设备之间是否支持 peer access。
CudaArrayAccessSupported = 4Whether CUDA array access is supported over the peer link. peer 链路上是否支持 CUDA array 访问。
NativeAtomicSupported = 3Whether native atomic operations are supported over the link. 链路上是否支持 native atomic 操作。
PerformanceRank = 1Relative performance rank for the link between two devices. 两个设备之间链路的相对性能等级。