Skip to content

Commit 5d0a13e

Browse files
Move opencl/command_stream to shared
Signed-off-by: Mateusz Jablonski <[email protected]>
1 parent dd3e7f9 commit 5d0a13e

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

opencl/source/command_stream/CMakeLists.txt

Lines changed: 0 additions & 14 deletions
This file was deleted.

shared/source/command_stream/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ set(NEO_CORE_COMMAND_STREAM
3838
${CMAKE_CURRENT_SOURCE_DIR}/experimental_command_buffer.inl
3939
${CMAKE_CURRENT_SOURCE_DIR}/linear_stream.cpp
4040
${CMAKE_CURRENT_SOURCE_DIR}/linear_stream.h
41+
${CMAKE_CURRENT_SOURCE_DIR}${BRANCH_DIR_SUFFIX}per_dss_backed_buffer.cpp
4142
${CMAKE_CURRENT_SOURCE_DIR}/preemption.cpp
4243
${CMAKE_CURRENT_SOURCE_DIR}/preemption.h
4344
${CMAKE_CURRENT_SOURCE_DIR}/preemption.inl

opencl/source/command_stream/per_dss_backed_buffer.cpp renamed to shared/source/command_stream/per_dss_backed_buffer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2019-2020 Intel Corporation
2+
* Copyright (C) 2019-2021 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
*

0 commit comments

Comments
 (0)