Files
compute-runtime/shared/source/ail/ail_configuration_tgllp_and_later.inl
Maciej Plewka 8151224501 fix: add microsecond resolution for timeout
Related-To: NEO-13445
Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
2024-12-13 09:32:18 +01:00

17 lines
428 B
C++

/*
* Copyright (C) 2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/ail/ail_configuration.h"
namespace NEO {
template <>
inline bool AILConfigurationHw<gfxProduct>::isAdjustMicrosecondResolutionRequired() {
auto iterator = applicationsMicrosecontResolutionAdjustment.find(processName);
return iterator != applicationsMicrosecontResolutionAdjustment.end();
}
} // namespace NEO