Enable front end tracking on xe_hp+ platforms

Related-To: NEO-5019

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz 2022-11-10 11:38:56 +00:00 committed by Compute-Runtime-Automation
parent dffe5fd604
commit 5d79a84448
4 changed files with 1 additions and 16 deletions

View File

@ -28,7 +28,7 @@ bool L0HwHelperHw<Family>::platformSupportsStateComputeModeTracking(const NEO::H
template <typename Family> template <typename Family>
bool L0HwHelperHw<Family>::platformSupportsFrontEndTracking(const NEO::HardwareInfo &hwInfo) const { bool L0HwHelperHw<Family>::platformSupportsFrontEndTracking(const NEO::HardwareInfo &hwInfo) const {
return false; return true;
} }
template <typename Family> template <typename Family>

View File

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

View File

@ -33,11 +33,6 @@ bool L0HwHelperHw<Family>::alwaysAllocateEventInLocalMem() const {
return true; return true;
} }
template <>
bool L0HwHelperHw<Family>::platformSupportsFrontEndTracking(const NEO::HardwareInfo &hwInfo) const {
return true;
}
template class L0HwHelperHw<Family>; template class L0HwHelperHw<Family>;
} // namespace L0 } // namespace L0

View File

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