Add execution property in register memory for gfx801.

Signed-off-by: Xihan Zhang <xihan.zhang@amd.com>


[ROCm/ROCR-Runtime commit: 5ed05c99b3]
Cette révision appartient à :
Xihan Zhang
2015-04-10 22:26:44 +08:00
Parent 7fd679ab27
révision abf7770d46
2 fichiers modifiés avec 15 ajouts et 2 suppressions
+2 -1
Voir le fichier
@@ -364,7 +364,8 @@ HSAKMT_STATUS
HSAKMTAPI
hsaKmtRegisterMemory(
void* MemoryAddress, //IN (page-aligned)
HSAuint64 MemorySizeInBytes //IN (page-aligned)
HSAuint64 MemorySizeInBytes, //IN (page-aligned)
int ExecuteAccess
);