We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e41f24 commit cf77aa1Copy full SHA for cf77aa1
opencl/source/memory_manager/CMakeLists.txt
@@ -1,12 +1,12 @@
1
#
2
-# Copyright (C) 2018-2020 Intel Corporation
+# Copyright (C) 2018-2021 Intel Corporation
3
4
# SPDX-License-Identifier: MIT
5
6
7
set(RUNTIME_SRCS_MEMORY_MANAGER
8
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
9
- ${CMAKE_CURRENT_SOURCE_DIR}/compression_selector_ocl.cpp
+ ${CMAKE_CURRENT_SOURCE_DIR}${BRANCH_DIR_SUFFIX}/compression_selector_ocl.cpp
10
${CMAKE_CURRENT_SOURCE_DIR}/cpu_page_fault_manager_memory_sync.cpp
11
${CMAKE_CURRENT_SOURCE_DIR}/mem_obj_surface.h
12
${CMAKE_CURRENT_SOURCE_DIR}/page_table.cpp
0 commit comments