From 2b1eaea1e2d6d8d5bd18be9a8072cca74a22c035 Mon Sep 17 00:00:00 2001 From: foreman Date: Tue, 12 Jul 2016 11:41:47 -0400 Subject: [PATCH] P4 to Git Change 1290395 by asalmanp@asalmanp-ocl-stg-pal on 2016/07/12 11:31:53 SWDEV-79278 - [OpenCL][PAL] Increasing the WaitTimeOut for waiting on fences to 60 s. The curent time is not engough for Vega10 on HW emulator and waiting for fences fails. ReviewBoardURL = http://ocltc.amd.com/reviews/r/10788/ Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.hpp#7 edit [ROCm/clr commit: da3f86277b370d76bf03b8f6301feee7859a9a1e] --- projects/clr/rocclr/runtime/device/pal/palvirtual.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/rocclr/runtime/device/pal/palvirtual.hpp b/projects/clr/rocclr/runtime/device/pal/palvirtual.hpp index 5f9a73d303..be8539746a 100644 --- a/projects/clr/rocclr/runtime/device/pal/palvirtual.hpp +++ b/projects/clr/rocclr/runtime/device/pal/palvirtual.hpp @@ -42,7 +42,7 @@ public: static const uint MaxCommands = 512; static const uint StartCmdBufIdx = 1; static const uint FirstMemoryReference = 0x80000000; - static const uint64_t WaitTimeoutInNsec = 10000000000; + static const uint64_t WaitTimeoutInNsec = 60000000000; static Queue* Create( Pal::IDevice* palDev, //!< PAL device object