refactor: Add GTPinHelper getter in clDevice

Related-To: NEO-6853
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2023-02-01 15:00:54 +00:00
committed by Compute-Runtime-Automation
parent 1a0bc60434
commit b08a385f6b
14 changed files with 49 additions and 37 deletions

View File

@@ -24,7 +24,7 @@ typedef Gen11Family Family;
static const auto gfxFamily = IGFX_GEN11_CORE;
template <>
uint32_t GTPinGfxCoreHelperHw<Family>::getGenVersion() {
uint32_t GTPinGfxCoreHelperHw<Family>::getGenVersion() const {
return gtpin::GTPIN_GEN_11;
}