2018-04-10 16:26:59 +08:00
|
|
|
/*
|
2018-09-18 15:11:08 +08:00
|
|
|
* Copyright (C) 2018 Intel Corporation
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
2018-04-10 16:26:59 +08:00
|
|
|
|
|
|
|
#include "runtime/helpers/kmd_notify_properties.h"
|
|
|
|
|
2018-04-20 01:08:10 +08:00
|
|
|
using namespace OCLRT;
|
|
|
|
|
|
|
|
void KmdNotifyHelper::updateAcLineStatus() {}
|
|
|
|
|
|
|
|
int64_t KmdNotifyHelper::getBaseTimeout(const int64_t &multiplier) const {
|
|
|
|
return properties->delayKmdNotifyMicroseconds * multiplier;
|
|
|
|
}
|