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 {