feature: enable WMTP on PTL

Related-To: NEO-13706
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2025-02-05 15:51:22 +00:00
committed by Compute-Runtime-Automation
parent cd728f78bb
commit 81227cedd1
3 changed files with 1 additions and 18 deletions

View File

@@ -14,7 +14,6 @@
#include "shared/source/helpers/compiler_product_helper_xe_hpc_and_later.inl"
#include "platforms.h"
#include "wmtp_setup_ptl.inl"
constexpr auto gfxProduct = IGFX_PTL;
@@ -24,11 +23,6 @@ uint32_t CompilerProductHelperHw<gfxProduct>::getDefaultHwIpVersion() const {
return AOT::PTL_H_A0;
}
template <>
bool CompilerProductHelperHw<gfxProduct>::isMidThreadPreemptionSupported(const HardwareInfo &hwInfo) const {
return hwInfo.featureTable.flags.ftrWalkerMTP && wmtpSupported;
}
static EnableCompilerProductHelper<gfxProduct> enableCompilerProductHelperPTL;
} // namespace NEO

View File

@@ -1,10 +0,0 @@
/*
* Copyright (C) 2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
namespace NEO {
constexpr bool wmtpSupported = false;
} // namespace NEO