test: add helper method to ult csr

Related-To: NEO-13007
Signed-off-by: Jack Myers <jack.myers@intel.com>
This commit is contained in:
Jack Myers
2025-08-12 21:37:01 +00:00
committed by Compute-Runtime-Automation
parent c0996d77e9
commit 05d8322a97

View File

@@ -210,6 +210,10 @@ class UltCommandStreamReceiver : public CommandStreamReceiverHw<GfxFamily> {
return nullptr;
}
uint64_t peekTotalMemoryUsed() {
return this->totalMemoryUsed;
}
void makeSurfacePackNonResident(ResidencyContainer &allocationsForResidency, bool clearAllocations) override {
makeSurfacePackNonResidentCalled++;
BaseClass::makeSurfacePackNonResident(allocationsForResidency, clearAllocations);