mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 23:33:20 +08:00
If after reading clients directory, while actually trying to access the individual clients file, we receive a error ZET_RESULT_ERROR_NOT_AVAILABLE, then it means that this process/client might be killed/removed. Hence dont return error to user. Instead simply skip that client's traversal further and move on to next available client. Change-Id: If86610a89d7b2421fd85560e5a223391b76d78a0 Signed-off-by: Jitendra Sharma <jitendra.sharma@intel.com>