Adding support in allocating executable memory

Signed-off-by: Ben Goz <ben.goz@amd.com>
Этот коммит содержится в:
Ben Goz
2014-12-07 14:36:21 +02:00
коммит произвёл Oded Gabbay
родитель 5d82c65602
Коммит bd7e10b0ec
2 изменённых файлов: 26 добавлений и 15 удалений
+2 -1
Просмотреть файл
@@ -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;
};