Add Ult target for level_zero

Change-Id: I43cfd536fc14c3d632289a00e9d82c23176b32a3
Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
Maciej Plewka
2020-03-11 08:00:22 +01:00
committed by sys_ocldev
parent 3243b9d69d
commit a748d7ccf5
42 changed files with 861 additions and 67 deletions

View File

@@ -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)