mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Move DebuggerL0 to shared
Related-To: NEO-7075 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
64029eee20
commit
7eba4db2e7
17
shared/source/gen9/debugger_gen9.cpp
Normal file
17
shared/source/gen9/debugger_gen9.cpp
Normal file
@ -0,0 +1,17 @@
|
||||
/*
|
||||
* Copyright (C) 2020-2022 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#include "shared/source/debugger/debugger_l0.inl"
|
||||
#include "shared/source/debugger/debugger_l0_base.inl"
|
||||
|
||||
namespace NEO {
|
||||
struct SKLFamily;
|
||||
using GfxFamily = SKLFamily;
|
||||
|
||||
template class DebuggerL0Hw<NEO::GfxFamily>;
|
||||
static DebuggerL0PopulateFactory<IGFX_GEN9_CORE, NEO::GfxFamily> debuggerGen9;
|
||||
} // namespace NEO
|
Reference in New Issue
Block a user