From ae58f452158d9dcf32c71f2d34e663b4b0002ba7 Mon Sep 17 00:00:00 2001 From: Saleel Kudchadker Date: Sat, 15 Feb 2020 16:14:16 -0800 Subject: [PATCH] Increase the amount of free mem withheld Change-Id: I37ec2250885758f122db6eac0e897dc16d02558d [ROCm/clr commit: a788f0bc150b3e69c3f9b1b8de6e0159ad3d0f7d] --- projects/clr/rocclr/device/device.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/rocclr/device/device.cpp b/projects/clr/rocclr/device/device.cpp index d88adfe5fe..f6c86c6b49 100644 --- a/projects/clr/rocclr/device/device.cpp +++ b/projects/clr/rocclr/device/device.cpp @@ -476,7 +476,7 @@ Settings::Settings() : value_(0) { } if (flagIsDefault(HIP_HIDDEN_FREE_MEM)) { - HIP_HIDDEN_FREE_MEM = 256; + HIP_HIDDEN_FREE_MEM = 320; } } }