Move createPhysicalAllocator() to a common CSR class

- AUB and TBX use this method and it was duplicated,
- moving to common base class allows to remove duplicates

Change-Id: Ia9f08dfb0967de1b5968ac0e531733c5b868e504
This commit is contained in:
Hoppe, Mateusz
2018-10-04 07:22:22 -07:00
committed by sys_ocldev
parent 5cd7ca460c
commit 2f7158e035
8 changed files with 10 additions and 16 deletions

View File

@@ -23,4 +23,5 @@ void populateFactoryTable<AUBCommandStreamReceiverHw<Family>>() {
}
template class AUBCommandStreamReceiverHw<Family>;
template class CommandStreamReceiverSimulatedCommonHw<Family>;
} // namespace OCLRT