mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
A partial unification of AUB and TBX CSR classes
This commit moves initialization of global MMIOs from AUB CSR to Simulated CSR Change-Id: I93a612d4f0c82e7135287f6508870190790141bc
This commit is contained in:
@ -7,7 +7,6 @@
|
||||
|
||||
#include "runtime/command_stream/aub_command_stream_receiver_hw.h"
|
||||
#include "runtime/command_stream/aub_command_stream_receiver_hw.inl"
|
||||
#include "runtime/command_stream/command_stream_receiver_simulated_common_hw.inl"
|
||||
#include "runtime/helpers/base_object.h"
|
||||
#include "runtime/helpers/array_count.h"
|
||||
|
||||
@ -24,5 +23,4 @@ void populateFactoryTable<AUBCommandStreamReceiverHw<Family>>() {
|
||||
}
|
||||
|
||||
template class AUBCommandStreamReceiverHw<Family>;
|
||||
template class CommandStreamReceiverSimulatedCommonHw<Family>;
|
||||
} // namespace OCLRT
|
||||
|
Reference in New Issue
Block a user