2020-07-27 17:37:51 +02:00
|
|
|
/*
|
2022-03-23 08:57:31 +00:00
|
|
|
* Copyright (C) 2020-2022 Intel Corporation
|
2020-07-27 17:37:51 +02:00
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
2022-06-14 21:24:58 +00:00
|
|
|
#include "shared/source/debugger/debugger_l0.inl"
|
|
|
|
|
#include "shared/source/debugger/debugger_l0_base.inl"
|
2020-07-27 17:37:51 +02:00
|
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
|
struct SKLFamily;
|
|
|
|
|
using GfxFamily = SKLFamily;
|
2022-03-23 08:57:31 +00:00
|
|
|
|
2020-07-27 17:37:51 +02:00
|
|
|
template class DebuggerL0Hw<NEO::GfxFamily>;
|
|
|
|
|
static DebuggerL0PopulateFactory<IGFX_GEN9_CORE, NEO::GfxFamily> debuggerGen9;
|
2022-06-14 21:24:58 +00:00
|
|
|
} // namespace NEO
|