mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
fix make resident dependent multi root device tags
Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
1c63753ebe
commit
b1e8ca5d59
@@ -15,6 +15,9 @@ void CsrDependencies::makeResident(CommandStreamReceiver &commandStreamReceiver)
|
||||
for (auto ×tampPacketContainer : timestampPacketContainer) {
|
||||
timestampPacketContainer->makeResident(commandStreamReceiver);
|
||||
}
|
||||
for (auto ×tampPacketContainer : multiRootTimeStampSyncContainer) {
|
||||
timestampPacketContainer->makeResident(commandStreamReceiver);
|
||||
}
|
||||
}
|
||||
|
||||
void CsrDependencies::copyNodesToNewContainer(TimestampPacketContainer &newTimestampPacketContainer) {
|
||||
|
||||
Reference in New Issue
Block a user