Use StateSaveAreaHeader.h from IGC tree

Signed-off-by: Igor Venevtsev <igor.venevtsev@intel.com>
This commit is contained in:
Igor Venevtsev
2021-08-25 14:54:42 +00:00
committed by Compute-Runtime-Automation
parent 3d6d4acda2
commit 54be38f833
2 changed files with 5 additions and 0 deletions

View File

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

View File

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