From a0fad24cf0f13a9cb25124f936cd8d34f9bf9d94 Mon Sep 17 00:00:00 2001 From: Payam Ghafari Date: Fri, 15 May 2020 21:46:53 -0400 Subject: [PATCH] Revert "adding HIP_ENABLE_LAZY_KERNEL_LOADING flag" This reverts commit 5540e987459a529f6cefa91dedcd57f74626ab3a. Reason for revert: HIP_ENABLE_LAZY_KERNEL_LOADING is needed before the runtime is initialized, so this utility cannot be used Change-Id: I49f8ddb98c9a85b9a77b8fd4b236d06b6b2b0f32 [ROCm/clr commit: ac8d1ba6874dd4ee04636b37f1b24f165f4c7071] --- projects/clr/rocclr/utils/flags.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/projects/clr/rocclr/utils/flags.hpp b/projects/clr/rocclr/utils/flags.hpp index 388e355c93..d630c413ee 100644 --- a/projects/clr/rocclr/utils/flags.hpp +++ b/projects/clr/rocclr/utils/flags.hpp @@ -235,9 +235,7 @@ 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") \ -release(bool, HIP_ENABLE_LAZY_KERNEL_LOADING, true, \ - "Enable LAZY Kernel Loading") + "Enable Large Bar if supported by the device") namespace amd {