adding HIP_ENABLE_LAZY_KERNEL_LOADING flag

Change-Id: Ia4425e00d97a25bcea656e2ade5cd3a5d92b4de6


[ROCm/clr commit: a3b730b595]
This commit is contained in:
Payam
2020-05-11 14:21:15 -04:00
committed by Payam Ghafari
parent 274d09f879
commit 5540e98745
+3 -1
View File
@@ -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 {