Use prebuilt kernels if they exists

Related-To: NEO-6370
Signed-off-by: Pawel Cieslak <pawel.cieslak@intel.com>
This commit is contained in:
Pawel Cieslak
2021-11-09 14:22:53 +00:00
committed by Compute-Runtime-Automation
parent df06c357e2
commit bc11f7b4f7
5 changed files with 327 additions and 234 deletions

View File

@ -461,10 +461,8 @@ else()
endif()
message(STATUS "i915 includes dir: ${I915_INCLUDES_DIR}")
if(NOT NEO_DISABLE_BUILTINS_COMPILATION)
# Enable/Disable BuiltIns compilation during build
set(COMPILE_BUILT_INS TRUE CACHE BOOL "Enable built-in kernels compilation")
endif()
# Enable/Disable BuiltIns compilation during build
set(COMPILE_BUILT_INS TRUE CACHE BOOL "Enable built-in kernels compilation")
# Changing the default executable and library output directories
set(IGDRCL_OUTPUT_DIR "${IGDRCL_OPTION__OUTPUT_DIR}")