SWDEV-497841 - Enable memory manager by default (#149)

This commit is contained in:
Andryeyev, German
2025-04-22 11:50:37 -04:00
committed by GitHub
parent a3effa16f1
commit a5c860f3b0
+1 -1
View File
@@ -202,7 +202,7 @@ release(bool, HIP_MEM_POOL_SUPPORT, true, \
"Enables memory pool support in HIP") \
release(bool, HIP_MEM_POOL_USE_VM, true, \
"Enables memory pool support in HIP") \
release(bool, DEBUG_HIP_MEM_POOL_VMHEAP, false, \
release(bool, DEBUG_HIP_MEM_POOL_VMHEAP, true, \
"Enables virtual memory for memory pools") \
release(bool, PAL_HIP_IPC_FLAG, true, \
"Enable interprocess flag for device allocation in PAL HIP") \