mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 09:03:14 +08:00
This commit moves initialization of global MMIOs from AUB CSR to Simulated CSR Change-Id: I93a612d4f0c82e7135287f6508870190790141bc
15 lines
298 B
C++
15 lines
298 B
C++
/*
|
|
* 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
|