mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
Propagate exec buffer error to L0 API level on Xe HPC
This change makes that drm file is opened in nonblocking mode for prelim kernels. In such case when calling exec buffer ioctl and get EAGAIN (aka EWOULDBLOCK) we may return error to API level Related-To: NEO-7144 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a9ba581d97
commit
9816f815f3
@@ -14,6 +14,7 @@ enum class SubmissionStatus : uint32_t {
|
||||
SUCCESS = 0,
|
||||
FAILED,
|
||||
OUT_OF_MEMORY,
|
||||
OUT_OF_HOST_MEMORY,
|
||||
UNSUPPORTED,
|
||||
DEVICE_UNINITIALIZED,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user