From a5c860f3b057bd9c78a12cc1b7542a5362bb3ba0 Mon Sep 17 00:00:00 2001 From: "Andryeyev, German" Date: Tue, 22 Apr 2025 11:50:37 -0400 Subject: [PATCH] SWDEV-497841 - Enable memory manager by default (#149) --- rocclr/utils/flags.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocclr/utils/flags.hpp b/rocclr/utils/flags.hpp index e04ebc6d0b..d3bb383b56 100644 --- a/rocclr/utils/flags.hpp +++ b/rocclr/utils/flags.hpp @@ -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") \