mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
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:
committed by
Compute-Runtime-Automation
parent
c0996d77e9
commit
05d8322a97
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user