Move setGrfInfo function to inl file

Signed-off-by: Rafal Maziejuk <rafal.maziejuk@intel.com>
This commit is contained in:
Rafal Maziejuk
2021-07-07 16:03:41 +00:00
committed by Compute-Runtime-Automation
parent 9d368e0163
commit 457070c91b
2 changed files with 5 additions and 5 deletions

View File

@@ -168,4 +168,9 @@ void HardwareCommandsHelper<GfxFamily>::programCacheFlushAfterWalkerCommand(Line
}
}
template <typename GfxFamily>
void HardwareCommandsHelper<GfxFamily>::setGrfInfo(INTERFACE_DESCRIPTOR_DATA *pInterfaceDescriptor, const Kernel &kernel,
const size_t &sizeCrossThreadData, const size_t &sizePerThreadData) {
}
} // namespace NEO