mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-22 19:29:06 +08:00
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:
committed by
Compute-Runtime-Automation
parent
7aafd8dcba
commit
356d89d608
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user