Adding support in allocating executable memory

Signed-off-by: Ben Goz <ben.goz@amd.com>


[ROCm/ROCR-Runtime commit: bd7e10b0ec]
This commit is contained in:
Ben Goz
2014-12-07 14:36:21 +02:00
committed by Oded Gabbay
parent a7bdd0fdff
commit 46e4e856ed
2 changed files with 26 additions and 15 deletions
+2 -1
View File
@@ -420,7 +420,8 @@ typedef struct _HsaMemFlags
// when setting this entry to 1. Scratch allocation may fail due to limited
// resources. Application code is required to work without any allocation.
// Allocation fails on any node without GPU function.
unsigned int Reserved : 22;
unsigned int ExecAccess : 1;
unsigned int Reserved : 21;
} ui32;
HSAuint32 Value;
};