Revert "performance: stop ULLS for BCS during migration"

This reverts commit 81ba52aac4.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2024-11-29 03:32:45 +01:00
committed by Compute-Runtime-Automation
parent 676902d412
commit bced7e4621
5 changed files with 0 additions and 53 deletions

View File

@@ -216,8 +216,6 @@ class Device : public ReferenceTrackedObject<Device> {
std::atomic<uint32_t> debugExecutionCounter = 0;
void stopDirectSubmissionForCopyEngine();
std::unique_lock<std::mutex> obtainAllocationsReuseLock() const {
return std::unique_lock<std::mutex>(allocationsReuseMtx);
}