mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
Add Ult target for level_zero
Change-Id: I43cfd536fc14c3d632289a00e9d82c23176b32a3 Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
3243b9d69d
commit
a748d7ccf5
@@ -97,7 +97,7 @@ if(BUILD_WITH_L0 AND "${NEO_BITS}" STREQUAL "64")
|
||||
set(SKIP_L0_UNIT_TESTS TRUE)
|
||||
endif()
|
||||
|
||||
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/cmake/${BRANCH_TYPE}/l0_tests.cmake)
|
||||
if(NOT SKIP_L0_UNIT_TESTS)
|
||||
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/${BRANCH_TYPE}/l0_tests.cmake)
|
||||
endif()
|
||||
|
||||
@@ -369,7 +369,11 @@ else()
|
||||
CONFIGURATIONS Debug
|
||||
)
|
||||
endif()
|
||||
|
||||
if(NOT SKIP_L0_UNIT_TESTS)
|
||||
add_subdirectory_unique(core/test)
|
||||
else()
|
||||
hide_subdir(core/test)
|
||||
endif()
|
||||
add_subdirectories()
|
||||
|
||||
if(UNIX)
|
||||
|
||||
Reference in New Issue
Block a user