Remove wait on user fence during cmdlist destroy/reset

Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
Related-To: NEO-7158
This commit is contained in:
Kamil Kopryk
2022-09-28 14:41:07 +00:00
committed by Compute-Runtime-Automation
parent 43627d96f5
commit 1c446ff213
2 changed files with 7 additions and 7 deletions

View File

@@ -134,7 +134,7 @@ class CommandContainer : public NonCopyableOrMovableClass {
uint32_t numIddsPerBlock = 64;
bool isFlushTaskUsedForImmediate = false;
bool isHandleFenceCompletionRequired = true;
bool isHandleFenceCompletionRequired = false;
};
} // namespace NEO