Remove not needed isL3Configurable helper function

Related-To: NEO-6853
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>

Remove isL3Configurable function from
- HwHelper
- PreambleHelper
This commit is contained in:
Kamil Kopryk
2022-11-08 11:49:29 +00:00
committed by Compute-Runtime-Automation
parent a12251d464
commit c027d2c494
12 changed files with 2 additions and 78 deletions

View File

@@ -34,11 +34,6 @@ uint32_t PreambleHelper<Family>::getL3Config(const HardwareInfo &hwInfo, bool us
return l3Config;
}
template <>
bool PreambleHelper<Family>::isL3Configurable(const HardwareInfo &hwInfo) {
return getL3Config(hwInfo, true) != getL3Config(hwInfo, false);
}
template <>
void PreambleHelper<Family>::programPipelineSelect(LinearStream *pCommandStream,
const PipelineSelectArgs &pipelineSelectArgs,