mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
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:
committed by
sys_ocldev
parent
5cd7ca460c
commit
2f7158e035
@@ -23,4 +23,5 @@ void populateFactoryTable<AUBCommandStreamReceiverHw<Family>>() {
|
||||
}
|
||||
|
||||
template class AUBCommandStreamReceiverHw<Family>;
|
||||
template class CommandStreamReceiverSimulatedCommonHw<Family>;
|
||||
} // namespace OCLRT
|
||||
|
||||
Reference in New Issue
Block a user