mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 22:12:59 +08:00
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:
committed by
sys_ocldev
parent
490e9e666b
commit
beb52c58b1
@@ -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)) /
|
||||
|
||||
Reference in New Issue
Block a user