From 20e2153e8b505d487bdf8093008e064bea5dc80d Mon Sep 17 00:00:00 2001 From: Anusha GodavarthySurya Date: Thu, 17 Jun 2021 08:01:34 -0700 Subject: [PATCH] SWDEV-290901 - update ROC_ACTIVE_WAIT_TIMEOUT to 50us Change-Id: Iba2f2bb882c4786a432a523cb0954761e5359e7f --- rocclr/utils/flags.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocclr/utils/flags.hpp b/rocclr/utils/flags.hpp index a9d7edf008..d7a3382035 100644 --- a/rocclr/utils/flags.hpp +++ b/rocclr/utils/flags.hpp @@ -233,7 +233,7 @@ release(uint, HIP_HIDDEN_FREE_MEM, 0, \ "0 = Disable") \ release(size_t, GPU_FORCE_BLIT_COPY_SIZE, 0, \ "Size in KB of the threshold below which to force blit instead for sdma") \ -release(uint, ROC_ACTIVE_WAIT_TIMEOUT, 750, \ +release(uint, ROC_ACTIVE_WAIT_TIMEOUT, 50, \ "Forces active wait of GPU interrup for the timeout(us)") \ release(bool, ROC_ENABLE_LARGE_BAR, true, \ "Enable Large Bar if supported by the device") \