SWDEV-497841 - Enable memory manager by default (#149)
This commit is contained in:
committed by
GitHub
parent
a3effa16f1
commit
a5c860f3b0
@@ -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") \
|
||||
|
||||
Reference in New Issue
Block a user