File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ set(L0_RUNTIME_SOURCES
32
32
${CMAKE_CURRENT_SOURCE_DIR} /context/context_imp.cpp
33
33
${CMAKE_CURRENT_SOURCE_DIR} /context/context_imp.h
34
34
${CMAKE_CURRENT_SOURCE_DIR} /context/context.h
35
- ${CMAKE_CURRENT_SOURCE_DIR} /debugger /debug_manager.cpp
35
+ ${CMAKE_CURRENT_SOURCE_DIR} /debug_manager /debug_manager.cpp
36
36
${CMAKE_CURRENT_SOURCE_DIR} /device${BRANCH_DIR_SUFFIX}device_imp_helper.cpp
37
37
${CMAKE_CURRENT_SOURCE_DIR} /device/device.h
38
38
${CMAKE_CURRENT_SOURCE_DIR} /device/device_imp.cpp
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2020-2021 Intel Corporation
2
+ * Copyright (C) 2020-2022 Intel Corporation
3
3
*
4
4
* SPDX-License-Identifier: MIT
5
5
*
Original file line number Diff line number Diff line change 10
10
#include " shared/source/helpers/non_copyable_or_moveable.h"
11
11
#include " shared/source/memory_manager/memory_manager.h"
12
12
13
- #include < level_zero/ze_api.h>
14
-
15
13
#include < cstdint>
16
14
#include < memory>
17
15
#include < unordered_map>
You can’t perform that action at this time.
0 commit comments