mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
KMD Notfy: Multiply timeout by taskCount diff only on Linux
Change-Id: Idb75dcc02cd218ff097f29d6881c97bb8feb25da
This commit is contained in:
committed by
sys_ocldev
parent
6eec23844b
commit
5ed13d7c88
@@ -22,4 +22,10 @@
|
||||
|
||||
#include "runtime/helpers/kmd_notify_properties.h"
|
||||
|
||||
void OCLRT::KmdNotifyHelper::updateAcLineStatus() {}
|
||||
using namespace OCLRT;
|
||||
|
||||
void KmdNotifyHelper::updateAcLineStatus() {}
|
||||
|
||||
int64_t KmdNotifyHelper::getBaseTimeout(const int64_t &multiplier) const {
|
||||
return properties->delayKmdNotifyMicroseconds * multiplier;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user