diff --git a/projects/clr/rocclr/utils/flags.hpp b/projects/clr/rocclr/utils/flags.hpp index a5f43c1179..6eee4e8e48 100644 --- a/projects/clr/rocclr/utils/flags.hpp +++ b/projects/clr/rocclr/utils/flags.hpp @@ -194,11 +194,11 @@ 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, IS_WINDOWS, \ +release(bool, HIP_MEM_POOL_SUPPORT, true, \ "Enables memory pool support in HIP") \ -release(bool, HIP_MEM_POOL_USE_VM, IS_WINDOWS, \ +release(bool, HIP_MEM_POOL_USE_VM, true, \ "Enables memory pool support in HIP") \ -release(bool, PAL_HIP_IPC_FLAG, true, \ +release(bool, PAL_HIP_IPC_FLAG, true, \ "Enable interprocess flag for device allocation in PAL HIP") \ release(uint, PAL_FORCE_ASIC_REVISION, 0, \ "Force a specific asic revision for all devices") \