SWDEV-255694: Include attributes - hipFuncAttributePreferredSharedMemoryCarveout and hipFuncAttributeMaxDynamicSharedMemorySize

Change-Id: I3569859e6db0c59a10a76c8ea356d4bc0a0bb906


[ROCm/hip commit: 81ca27783b]
This commit is contained in:
Sourabh Betigeri
2020-10-26 09:39:49 -07:00
zatwierdzone przez Sourabh Betigeri
rodzic 225b4f65be
commit 35e394cab1
@@ -307,6 +307,8 @@ typedef enum cudaDeviceP2PAttr hipDeviceP2PAttr;
#define hipDevP2PAttrAccessSupported cudaDevP2PAttrAccessSupported
#define hipDevP2PAttrNativeAtomicSupported cudaDevP2PAttrNativeAtomicSupported
#define hipDevP2PAttrHipArrayAccessSupported cudaDevP2PAttrCudaArrayAccessSupported
#define hipFuncAttributeMaxDynamicSharedMemorySize cudaFuncAttributeMaxDynamicSharedMemorySize
#define hipFuncAttributePreferredSharedMemoryCarveout cudaFuncAttributePreferredSharedMemoryCarveout
typedef CUmodule hipModule_t;
typedef CUfunction hipFunction_t;