fix: Remove fence handling when reuse cmd buffer

Resolves: NEO-10163
Related-To: NEO-7116

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2024-01-26 08:53:09 +00:00
committed by Compute-Runtime-Automation
parent 644287d3b1
commit f3bbd70a58
4 changed files with 1 additions and 99 deletions

View File

@@ -119,8 +119,6 @@ CommandList *CommandList::create(uint32_t productFamily, Device *device, NEO::En
if (returnValue != ZE_RESULT_SUCCESS) {
commandList->destroy();
commandList = nullptr;
} else {
commandList->getCmdContainer().setHandleFenceCompletionRequired();
}
}