mirror of
https://github.com/intel/compute-runtime.git
synced 2025-11-10 05:49:51 +08:00
Use StateSaveAreaHeader.h from IGC tree
Signed-off-by: Igor Venevtsev <igor.venevtsev@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
3d6d4acda2
commit
54be38f833
@@ -507,6 +507,10 @@ elseif(IS_DIRECTORY "${IGC_OCL_ADAPTOR_DIR}/../../visa")
|
||||
endif()
|
||||
message(STATUS "VISA Dir: ${VISA_DIR}")
|
||||
|
||||
if(IS_DIRECTORY "${IGC_OCL_ADAPTOR_DIR}/../common")
|
||||
get_filename_component(IGC_COMMON_PARENT_DIR "${IGC_OCL_ADAPTOR_DIR}/../" ABSOLUTE)
|
||||
endif()
|
||||
|
||||
if(IS_DIRECTORY "${VISA_DIR}/include")
|
||||
set(VISA_INCLUDE_DIR "${VISA_DIR}/include")
|
||||
else()
|
||||
|
||||
@@ -428,6 +428,7 @@ if(BUILD_WITH_L0)
|
||||
${NEO__GMM_INCLUDE_DIR}
|
||||
${CIF_BASE_DIR}
|
||||
${IGC_OCL_ADAPTOR_DIR}
|
||||
${IGC_COMMON_PARENT_DIR}
|
||||
${NEO__IGC_INCLUDE_DIR}
|
||||
${KHRONOS_HEADERS_DIR}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user