mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
Enable Mid-Thread preemption for Gen9
Change-Id: Iacec1c8fa899d4fbf0cbb9cc292990546871ca6a
This commit is contained in:
committed by
sys_ocldev
parent
8ee2c54a50
commit
474b6a2a23
@@ -161,9 +161,6 @@ void CommandStreamReceiver::cleanupResources() {
|
||||
scratchAllocation = nullptr;
|
||||
}
|
||||
|
||||
if (preemptionCsrAllocation) {
|
||||
memoryManager->freeGraphicsMemory(preemptionCsrAllocation);
|
||||
}
|
||||
|
||||
if (commandStream.getBase()) {
|
||||
memoryManager->freeGraphicsMemory(commandStream.getGraphicsAllocation());
|
||||
|
||||
Reference in New Issue
Block a user