mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
performance: stop ULLS for BCS during migration
Related-To: NEO-13340 When regular copy CSR has enabled direct submission, stop it before migration on internal CSR. Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9629ab3cc3
commit
e6d11eb04b
@@ -216,6 +216,8 @@ 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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user