From 7bfee3481ba0196394c26cdd3e8ea7b6e1b2baa5 Mon Sep 17 00:00:00 2001 From: Todd tiantuo Li Date: Fri, 16 Feb 2024 12:33:39 -0800 Subject: [PATCH] SWDEV-333557 - Enable PAL_HIP_IPC_FLAG by default Change-Id: Ibb2ca0b9521aff4eca190e4817dcc5f8d697b172 --- 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 912f9d7a19..db51b05314 100644 --- a/rocclr/utils/flags.hpp +++ b/rocclr/utils/flags.hpp @@ -198,7 +198,7 @@ release(bool, HIP_MEM_POOL_SUPPORT, false, \ "Enables memory pool support in HIP") \ release(bool, HIP_MEM_POOL_USE_VM, IS_WINDOWS, \ "Enables memory pool support in HIP") \ -release(bool, PAL_HIP_IPC_FLAG, false, \ +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") \