mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 15:03:02 +08:00
Add new functionality to load SIP from file
Related-To: NEO-5718 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f83b51e628
commit
902cce597a
@@ -50,6 +50,14 @@ class MemoryAllocation : public GraphicsAllocation {
|
||||
}
|
||||
|
||||
void overrideMemoryPool(MemoryPool::Type pool);
|
||||
|
||||
void clearUsageInfo() {
|
||||
for (auto &info : usageInfos) {
|
||||
info.inspectionId = 0u;
|
||||
info.residencyTaskCount = objectNotResident;
|
||||
info.taskCount = objectNotUsed;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
class OsAgnosticMemoryManager : public MemoryManager {
|
||||
|
||||
Reference in New Issue
Block a user