performance: Disable USM cleaner for ULLS light

Realted-To: NEO-13922

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2025-02-14 10:43:32 +00:00
committed by Compute-Runtime-Automation
parent 7aafd8dcba
commit 356d89d608
8 changed files with 40 additions and 13 deletions

View File

@@ -170,6 +170,10 @@ class MockDevice : public RootDevice {
rtDispatchGlobalsForceAllocation = true;
}
bool isAnyDirectSubmissionEnabled(bool light) const override {
return anyDirectSubmissionEnabledReturnValue;
}
void stopDirectSubmissionAndWaitForCompletion() override {
stopDirectSubmissionCalled = true;
Device::stopDirectSubmissionAndWaitForCompletion();
@@ -187,6 +191,7 @@ class MockDevice : public RootDevice {
static ExecutionEnvironment *prepareExecutionEnvironment(const HardwareInfo *pHwInfo);
static decltype(&createCommandStream) createCommandStreamReceiverFunc;
bool anyDirectSubmissionEnabledReturnValue = false;
bool callBaseGetMaxParameterSizeFromIGC = false;
bool callBaseVerifyAdapterLuid = true;
bool verifyAdapterLuidReturnValue = true;