mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
feature: enable WMTP on LNL
Related-To: NEO-12648 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
b2fd1972a4
commit
bb8b376d30
@@ -14,7 +14,6 @@
|
||||
#include "shared/source/helpers/compiler_product_helper_xe_hpc_and_later.inl"
|
||||
|
||||
#include "platforms.h"
|
||||
#include "wmtp_setup_lnl.inl"
|
||||
|
||||
namespace NEO {
|
||||
template <>
|
||||
@@ -22,11 +21,6 @@ uint32_t CompilerProductHelperHw<IGFX_LUNARLAKE>::getDefaultHwIpVersion() const
|
||||
return AOT::LNL_B0;
|
||||
}
|
||||
|
||||
template <>
|
||||
bool CompilerProductHelperHw<IGFX_LUNARLAKE>::isMidThreadPreemptionSupported(const HardwareInfo &hwInfo) const {
|
||||
return hwInfo.featureTable.flags.ftrWalkerMTP && wmtpSupported;
|
||||
}
|
||||
|
||||
static EnableCompilerProductHelper<IGFX_LUNARLAKE> enableCompilerProductHelperLNL;
|
||||
|
||||
} // namespace NEO
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2024 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
namespace NEO {
|
||||
constexpr bool wmtpSupported = false;
|
||||
} // namespace NEO
|
||||
Reference in New Issue
Block a user