mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Use prebuilt kernels if they exists
Related-To: NEO-6370 Signed-off-by: Pawel Cieslak <pawel.cieslak@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
df06c357e2
commit
bc11f7b4f7
@ -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}")
|
||||
|
Reference in New Issue
Block a user