mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 08:53:55 +08:00
- Make it avaialble also to OpenCL - Use it before parsing affinity mask, so devices are masked also following PCI order. Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
18 lines
516 B
CMake
18 lines
516 B
CMake
#
|
|
# Copyright (C) 2019-2021 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
set(NEO_CORE_EXECUTION_ENVIRONMENT
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/execution_environment.h
|
|
${CMAKE_CURRENT_SOURCE_DIR}/execution_environment.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/root_device_environment.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/root_device_environment.h
|
|
|
|
)
|
|
|
|
add_subdirectories()
|
|
set_property(GLOBAL PROPERTY NEO_CORE_EXECUTION_ENVIRONMENT ${NEO_CORE_EXECUTION_ENVIRONMENT})
|