mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-22 03:12:02 +08:00
Update UnitTestHelper
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
7bfeeaab86
commit
c15a7f8355
@@ -47,7 +47,7 @@ struct UnitTestHelper {
|
||||
|
||||
static uint64_t getAtomicMemoryAddress(const typename GfxFamily::MI_ATOMIC &atomic);
|
||||
|
||||
static bool requiresTimestampPacketsInSystemMemory();
|
||||
static bool requiresTimestampPacketsInSystemMemory(HardwareInfo &hwInfo);
|
||||
|
||||
static void setExtraMidThreadPreemptionFlag(HardwareInfo &hwInfo, bool value);
|
||||
|
||||
|
||||
@@ -76,7 +76,7 @@ inline uint64_t UnitTestHelper<GfxFamily>::getAtomicMemoryAddress(const typename
|
||||
}
|
||||
|
||||
template <typename GfxFamily>
|
||||
inline bool UnitTestHelper<GfxFamily>::requiresTimestampPacketsInSystemMemory() {
|
||||
inline bool UnitTestHelper<GfxFamily>::requiresTimestampPacketsInSystemMemory(HardwareInfo &hwInfo) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user