Moved additional synchronization helpers to base inl file

Related-To: NEO-4227

Change-Id: If79559b6a7fbf71d76983bfb9bf518d902fc235a
Signed-off-by: Milczarek, Slawomir <slawomir.milczarek@intel.com>
This commit is contained in:
Milczarek, Slawomir
2020-03-11 11:27:19 +01:00
committed by sys_ocldev
parent 490e9e666b
commit beb52c58b1
3 changed files with 14 additions and 16 deletions

View File

@@ -13,8 +13,6 @@ namespace NEO {
template <typename GfxFamily>
struct UltMemorySynchronizationCommands : MemorySynchronizationCommands<GfxFamily> {
using MemorySynchronizationCommands<GfxFamily>::getSizeForAdditonalSynchronization;
static size_t getExpectedPipeControlCount(const HardwareInfo &hwInfo) {
return (MemorySynchronizationCommands<GfxFamily>::getSizeForPipeControlWithPostSyncOperation(hwInfo) -
MemorySynchronizationCommands<GfxFamily>::getSizeForAdditonalSynchronization(hwInfo)) /