Refactor DebugSession creation

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2021-04-02 14:19:00 +00:00
committed by Compute-Runtime-Automation
parent 8f6b90d891
commit 223a42c3c7
11 changed files with 66 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
/*
* Copyright (C) 2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "level_zero/tools/source/debug/debug_session.h"
#include <level_zero/ze_api.h>
namespace L0 {
DebugSession *createDebugSessionHelper(const zet_debug_config_t &config, Device *device, int debugFd) {
return nullptr;
}
} // namespace L0