SWDEV-255694: Include attributes - hipFuncAttributePreferredSharedMemoryCarveout and hipFuncAttributeMaxDynamicSharedMemorySize

Change-Id: I3569859e6db0c59a10a76c8ea356d4bc0a0bb906


[ROCm/hip commit: 81ca27783b]
Этот коммит содержится в:
Sourabh Betigeri
2020-10-26 09:39:49 -07:00
коммит произвёл Sourabh Betigeri
родитель 225b4f65be
Коммит 35e394cab1
+2
Просмотреть файл
@@ -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;