Table of Contents

Enum CudaDeviceP2PAttribute

Namespace
JYPPX.CudaSharp
Assembly
JYPPX.CudaSharp.dll

CUDA peer-to-peer attribute identifiers. CUDA 点对点访问属性标识。

public enum CudaDeviceP2PAttribute

Fields

AccessSupported = 2

Whether peer access is supported for the selected devices. 指定设备之间是否支持 peer access。

CudaArrayAccessSupported = 4

Whether CUDA array access is supported over the peer link. peer 链路上是否支持 CUDA array 访问。

NativeAtomicSupported = 3

Whether native atomic operations are supported over the link. 链路上是否支持 native atomic 操作。

PerformanceRank = 1

Relative performance rank for the link between two devices. 两个设备之间链路的相对性能等级。