Revert "Add execution property in register memory for gfx801."

This reverts commit abf7770d46.


[ROCm/ROCR-Runtime commit: 4c4df38035]
このコミットが含まれているのは:
Oded Gabbay
2015-04-28 17:50:00 +03:00
コミット b6c7551747
2個のファイルの変更2行の追加15行の削除
+1 -2
ファイルの表示
@@ -364,8 +364,7 @@ HSAKMT_STATUS
HSAKMTAPI
hsaKmtRegisterMemory(
void* MemoryAddress, //IN (page-aligned)
HSAuint64 MemorySizeInBytes, //IN (page-aligned)
int ExecuteAccess
HSAuint64 MemorySizeInBytes //IN (page-aligned)
);