mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 06:15:36 +08:00
Change notify delay to use microseconds.
- Microseconds offer better precision. - Some workloads require threshold less then 1 millisecond to work efficiently. Change-Id: I1a565049340fb6eeebe5c0a61ededae9959daca8
This commit is contained in:
@@ -666,7 +666,7 @@ struct KmdNotifyTests : public ::testing::Test {
|
||||
}
|
||||
DebugManagerStateRestore stateRestore;
|
||||
DebugManager.flags.OverrideEnableKmdNotify.set(overrideEnable);
|
||||
DebugManager.flags.OverrideKmdNotifyDelayMs.set(overrideTimeout);
|
||||
DebugManager.flags.OverrideKmdNotifyDelayMicroseconds.set(overrideTimeout);
|
||||
size_t numDevices;
|
||||
HardwareInfo *hwInfo = nullptr;
|
||||
DeviceFactory::getDevices(&hwInfo, numDevices);
|
||||
|
||||
Reference in New Issue
Block a user