Files
compute-runtime/shared/source/os_interface/linux/kmd_notify_properties_linux.cpp
Dominik Dabek 10ac167bdc fix(ocl): do not multiply kmdNotify waitTimeout
With direct submission disabled this resulted in waitTimeout long enough
that kmdWait fallback was rarely used.
This caused more CPU spin time.

Related-To: GSD-3612

Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
2023-06-29 16:06:28 +02:00

17 lines
321 B
C++

/*
* Copyright (C) 2018-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/helpers/kmd_notify_properties.h"
using namespace NEO;
void KmdNotifyHelper::updateAcLineStatus() {}
int64_t KmdNotifyHelper::getBaseTimeout() const {
return properties->delayKmdNotifyMicroseconds;
}