SWDEV-255853: CUDA device P2P attributes

Change-Id: I7deffd04101b565f68a72a179f9faeaa22cab97d
This commit is contained in:
agodavar
2020-10-11 06:41:30 -04:00
committato da Anusha Godavarthy Surya
parent fae443cb36
commit e65bbb0329
@@ -303,6 +303,11 @@ typedef CUfunc_cache hipFuncCache;
typedef CUjit_option hipJitOption;
typedef CUdevice hipDevice_t;
typedef enum cudaDeviceP2PAttr hipDeviceP2PAttr;
#define hipDevP2PAttrPerformanceRank cudaDevP2PAttrPerformanceRank
#define hipDevP2PAttrAccessSupported cudaDevP2PAttrAccessSupported
#define hipDevP2PAttrNativeAtomicSupported cudaDevP2PAttrNativeAtomicSupported
#define hipDevP2PAttrHipArrayAccessSupported cudaDevP2PAttrCudaArrayAccessSupported
typedef CUmodule hipModule_t;
typedef CUfunction hipFunction_t;
typedef CUdeviceptr hipDeviceptr_t;