Skip to content

Commit 19cac22

Browse files
Revert "Add prelim ULTs for performance"
This reverts commit 4967e05. Signed-off-by: Compute-Runtime-Validation <[email protected]>
1 parent 0202391 commit 19cac22

File tree

3 files changed

+4
-516
lines changed

3 files changed

+4
-516
lines changed

level_zero/tools/test/unit_tests/sources/sysman/performance/linux/CMakeLists.txt

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,12 @@
66

77
set(L0_TESTS_TOOLS_SYSMAN_PERFORMANCE_LINUX
88
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
9+
${CMAKE_CURRENT_SOURCE_DIR}${BRANCH_DIR_SUFFIX}test_zes_performance.cpp
10+
${CMAKE_CURRENT_SOURCE_DIR}${BRANCH_DIR_SUFFIX}mock_sysfs_performance.h
911
)
1012

11-
if(NEO_ENABLE_i915_PRELIM_DETECTION)
12-
list(APPEND L0_TESTS_TOOLS_SYSMAN_PERFORMANCE_LINUX
13-
${CMAKE_CURRENT_SOURCE_DIR}/test_zes_performance_prelim.cpp
14-
${CMAKE_CURRENT_SOURCE_DIR}/mock_sysfs_performance_prelim.h
15-
)
16-
else()
17-
list(APPEND L0_TESTS_TOOLS_SYSMAN_PERFORMANCE_LINUX
13+
if((NEO_ENABLE_i915_PRELIM_DETECTION) AND ("${BRANCH_TYPE}" STREQUAL ""))
14+
list(REMOVE_ITEM L0_TESTS_TOOLS_SYSMAN_PERFORMANCE_LINUX
1815
${CMAKE_CURRENT_SOURCE_DIR}/test_zes_performance.cpp
1916
${CMAKE_CURRENT_SOURCE_DIR}/mock_sysfs_performance.h
2017
)

level_zero/tools/test/unit_tests/sources/sysman/performance/linux/mock_sysfs_performance_prelim.h

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

0 commit comments

Comments
 (0)