mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
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:
committed by
Compute-Runtime-Automation
parent
a12251d464
commit
c027d2c494
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user