SWDEV-371904 - Adding pseudo fine grain flag to hsa memory allocation for device fine grained memory.

Change-Id: I8cada90f0e3880dfbc5bf5a3fac4554e7a0cb08e


[ROCm/clr commit: e56a611b92]
Este commit está contenido en:
kjayapra-amd
2022-12-05 13:49:41 -08:00
cometido por Karthik Jayaprakash
padre 9cd8e38967
commit e295beb8ba
Se han modificado 4 ficheros con 9 adiciones y 5 borrados
+1
Ver fichero
@@ -41,6 +41,7 @@
#define ROCCLR_MEM_HSA_SIGNAL_MEMORY (1u << 30)
#define ROCCLR_MEM_INTERNAL_MEMORY (1u << 29)
#define CL_MEM_VA_RANGE_AMD (1u << 28)
#define ROCCLR_MEM_HSA_PSEUDO_FINE_GRAIN (1u << 27)
namespace device {
class Memory;