mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
17 lines
325 B
C++
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
|