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
committad av Oded Gabbay
förälder a7bdd0fdff
incheckning 46e4e856ed
2 ändrade filer med 26 tillägg och 15 borttagningar
+2 -1
Visa fil
@@ -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;
};