mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
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:
committed by
Compute-Runtime-Automation
parent
43627d96f5
commit
1c446ff213
@@ -134,7 +134,7 @@ class CommandContainer : public NonCopyableOrMovableClass {
|
||||
uint32_t numIddsPerBlock = 64;
|
||||
|
||||
bool isFlushTaskUsedForImmediate = false;
|
||||
bool isHandleFenceCompletionRequired = true;
|
||||
bool isHandleFenceCompletionRequired = false;
|
||||
};
|
||||
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user