From e05923b1398e9cd144e69697bf8b38e5d324e29a Mon Sep 17 00:00:00 2001 From: kjayapra-amd Date: Wed, 20 Dec 2023 06:17:13 -0500 Subject: [PATCH] SWDEV-413997 - Enable Virtual Mem support by default. Change-Id: Ia3db3919701708cf95574692e1d47375ca99d7fd --- 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 488ac8e315..bd8c32e25e 100644 --- a/rocclr/utils/flags.hpp +++ b/rocclr/utils/flags.hpp @@ -241,7 +241,7 @@ release(cstring, HIPRTC_COMPILE_OPTIONS_APPEND, "", \ "Set compile options needed for hiprtc compilation") \ release(cstring, HIPRTC_LINK_OPTIONS_APPEND, "", \ "Set link options needed for hiprtc compilation") \ -release(bool, HIP_VMEM_MANAGE_SUPPORT, false, \ +release(bool, HIP_VMEM_MANAGE_SUPPORT, true, \ "Virtual Memory Management Support") \ namespace amd {