Files
compute-runtime/shared/source/gen8/debugger_gen8.cpp
Mateusz Hoppe 7eba4db2e7 Move DebuggerL0 to shared
Related-To: NEO-7075

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
2022-06-21 17:10:46 +02:00

17 lines
325 B
C++

/*
* 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 BDWFamily;
using GfxFamily = BDWFamily;
template class DebuggerL0Hw<NEO::GfxFamily>;
} // namespace NEO