mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 23:33:20 +08:00
feature: Introduce split for release variables
Related-To: NEO-12952 Signed-off-by: Slawomir Milczarek <slawomir.milczarek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
3f241b9fc5
commit
8c376fe2f9
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2019-2021 Intel Corporation
|
||||
# Copyright (C) 2019-2025 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
@@ -10,8 +10,9 @@ set(NEO_CORE_DEBUG_SETTINGS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/debug_settings_manager.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/debug_variables_base.inl
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/debug_variables_helper.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/release_variables.inl
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/release_variables_base.inl
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/definitions${BRANCH_DIR_SUFFIX}debug_variables.inl
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/definitions${BRANCH_DIR_SUFFIX}release_variables.inl
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/definitions${BRANCH_DIR_SUFFIX}translate_debug_settings.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/definitions/translate_debug_settings.h
|
||||
)
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
* Copyright (C) 2025 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#include "shared/source/debug_settings/release_variables_base.inl"
|
||||
Reference in New Issue
Block a user