From 0f3391b93e25cd8271cc1c0367065ac828dbf27a Mon Sep 17 00:00:00 2001 From: German Andryeyev Date: Wed, 14 Feb 2024 15:32:44 -0500 Subject: [PATCH] SWDEV-311271 - Enable mempool under Windows Change-Id: Ifa4cac4a8d52e031d63f62515439ca09efe7b4cb --- 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 a516aab59e..72f41dc693 100644 --- a/rocclr/utils/flags.hpp +++ b/rocclr/utils/flags.hpp @@ -194,7 +194,7 @@ release(bool, ROC_SYSTEM_SCOPE_SIGNAL, true, \ "Enable system scope for signals (uses interrupts).") \ release(bool, GPU_FORCE_QUEUE_PROFILING, false, \ "Force command queue profiling by default") \ -release(bool, HIP_MEM_POOL_SUPPORT, false, \ +release(bool, HIP_MEM_POOL_SUPPORT, IS_WINDOWS, \ "Enables memory pool support in HIP") \ release(bool, HIP_MEM_POOL_USE_VM, IS_WINDOWS, \ "Enables memory pool support in HIP") \