mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Add support for adlp in opensource
Signed-off-by: Katarzyna Cencelewska <katarzyna.cencelewska@intel.com
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
2cc11f2199
commit
5f491ed22b
10
target_unit_tests/gen12lp/adlp/CMakeLists.txt
Normal file
10
target_unit_tests/gen12lp/adlp/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# Copyright (C) 2021 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
if(TESTS_ADLP)
|
||||
include(${CMAKE_CURRENT_SOURCE_DIR}${BRANCH_DIR_SUFFIX}/enable_adlp_testing.cmake)
|
||||
endif()
|
||||
|
||||
10
target_unit_tests/gen12lp/adlp/enable_adlp_testing.cmake
Normal file
10
target_unit_tests/gen12lp/adlp/enable_adlp_testing.cmake
Normal file
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# Copyright (C) 2021 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
if(TESTS_ADLP)
|
||||
set(unit_test_config "adlp/1/2/8/0") # non-zero values for unit tests
|
||||
include(${NEO_SOURCE_DIR}/cmake/run_ult_target.cmake)
|
||||
endif()
|
||||
Reference in New Issue
Block a user