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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user