mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 15:12:56 +08:00
refactor: Add AIL infrastructure to disable 256B Prefetch
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
da8ce85f0a
commit
f87c3b57bb
@@ -23,6 +23,11 @@ class MockAILConfiguration : public AILConfiguration {
|
||||
return contextSyncFlagReturn;
|
||||
}
|
||||
|
||||
bool prefetchDisableRequiredReturn = false;
|
||||
bool is256BPrefetchDisableRequired() override {
|
||||
return prefetchDisableRequiredReturn;
|
||||
}
|
||||
|
||||
bool isBufferPoolEnabledReturn = true;
|
||||
bool isBufferPoolEnabled() override {
|
||||
return isBufferPoolEnabledReturn;
|
||||
|
||||
Reference in New Issue
Block a user