Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fixed synchronize timeout in test memory multithread
Fix for the test failures observed in Simulation environment with long execution times due to zeCommandSynchronize returning ZE_RESULT_NOT_READY. zeCommandQueueSynchronize shall be called with UINT64_MAX for the function to not return until complete or device is lost (according to oneAPI Level Zero spec). Related-To: NEO-10446 Signed-off-by: Slawomir Milczarek <[email protected]>
- Loading branch information