From a3b730b595c423d56feb80ac29043610c767e0a2 Mon Sep 17 00:00:00 2001 From: Payam Date: Mon, 11 May 2020 14:21:15 -0400 Subject: [PATCH] adding HIP_ENABLE_LAZY_KERNEL_LOADING flag Change-Id: Ia4425e00d97a25bcea656e2ade5cd3a5d92b4de6 --- rocclr/utils/flags.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rocclr/utils/flags.hpp b/rocclr/utils/flags.hpp index 8e01366c38..b74423bd1a 100644 --- a/rocclr/utils/flags.hpp +++ b/rocclr/utils/flags.hpp @@ -235,7 +235,9 @@ release(uint, HIP_HIDDEN_FREE_MEM, 0, \ release(size_t, GPU_FORCE_BLIT_COPY_SIZE, 0, \ "Size in KB of the threshold below which to force blit instead for sdma") \ release(bool, ROC_ENABLE_LARGE_BAR, true, \ - "Enable Large Bar if supported by the device") + "Enable Large Bar if supported by the device") \ +release(bool, HIP_ENABLE_LAZY_KERNEL_LOADING, true, \ + "Enable LAZY Kernel Loading") namespace amd {