Show / Hide Table of Contents

Enum cudaDeviceP2PAttr

CUDA device P2P attributes

Namespace: Hybridizer.Runtime.CUDAImports
Assembly: Hybridizer.Runtime.CUDAImports.dll
Syntax
public enum cudaDeviceP2PAttr

Fields

Name Description
cudaDevP2PAttrAccessSupported = 2

Peer access is enabled

cudaDevP2PAttrNativeAtomicSupported = 3

Native atomic operation over the link supported

cudaDevP2PAttrPerformanceRank = 1

A relative value indicating the performance of the link between two devices

Back to top Generated by DocFX