Enable state compute mode tracking for XE_HPG

Related-To: NEO-5019

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2022-10-21 12:37:42 +00:00
committed by Compute-Runtime-Automation
parent 9c237d99ec
commit 44d7420893
4 changed files with 71 additions and 36 deletions

View File

@@ -42,6 +42,11 @@ bool L0HwHelperHw<Family>::platformSupportsFrontEndTracking(const NEO::HardwareI
return true;
}
template <>
bool L0HwHelperHw<Family>::platformSupportsStateComputeModeTracking(const NEO::HardwareInfo &hwInfo) const {
return true;
}
// clang-format off
#include "level_zero/core/source/hw_helpers/l0_hw_helper_tgllp_plus.inl"
// clang-format on