mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Revert "Propagate exec buffer error to L0 API level"
This reverts commit 9a95f3c62d.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
945897cf55
commit
71149b29c5
@@ -1116,9 +1116,6 @@ ze_result_t CommandQueueHw<gfxCoreFamily>::handleSubmissionAndCompletionResults(
|
||||
if (submitRet == NEO::SubmissionStatus::OUT_OF_MEMORY) {
|
||||
completionRet = ZE_RESULT_ERROR_OUT_OF_DEVICE_MEMORY;
|
||||
}
|
||||
if (submitRet == NEO::SubmissionStatus::OUT_OF_HOST_MEMORY) {
|
||||
completionRet = ZE_RESULT_ERROR_OUT_OF_HOST_MEMORY;
|
||||
}
|
||||
}
|
||||
|
||||
return completionRet;
|
||||
|
||||
Reference in New Issue
Block a user