mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 10:26:29 +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
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Copyright (C) 2018 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#include "runtime/command_stream/command_stream_receiver_simulated_common_hw.inl"
|
||||
|
||||
namespace OCLRT {
|
||||
typedef BDWFamily Family;
|
||||
|
||||
template class CommandStreamReceiverSimulatedCommonHw<Family>;
|
||||
} // namespace OCLRT
|
||||
Reference in New Issue
Block a user