SWDEV-255853: CUDA device P2P attributes

Change-Id: I7deffd04101b565f68a72a179f9faeaa22cab97d
这个提交包含在:
agodavar
2020-10-11 06:41:30 -04:00
提交者 Anusha Godavarthy Surya
父节点 fae443cb36
当前提交 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;