Skip to content

Commit

Permalink
update GNA dll version to 3.5.0.1906 openvinotoolkit#2
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszJanuszkiewicz committed Apr 26, 2023
1 parent 682befe commit a5f7e04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,8 @@ if(ENABLE_INTEL_GNA)
GNA_LIB_DIR
libGNA_INCLUDE_DIRS
libGNA_LIBRARIES_BASE_PATH)
set(GNA_VERSION "03.05.00.1906")
set(GNA_HASH "4a5be86d9c026b0e10afac2a57fc7c99d762b30e3d506abb3a3380fbcfe2726e")

set(GNA_VERSION "03.05.00.1906")
set(GNA_HASH "4a5be86d9c026b0e10afac2a57fc7c99d762b30e3d506abb3a3380fbcfe2726e")

if (WIN32)
set(GNA_PLATFORM_DIR win64 CACHE STRING "" FORCE)
Expand All @@ -317,7 +316,8 @@ if(ENABLE_INTEL_GNA)
TARGET_PATH "${TEMP}/gna_${GNA_VERSION}"
VERSION_REGEX ".*_([0-9]+.[0-9]+.[0-9]+.[0-9]+).*"
FILES_TO_EXTRACT FILES_TO_EXTRACT_LIST
SHA256 ${GNA_HASH})
SHA256 ${GNA_HASH}
USE_NEW_LOCATION TRUE)
unset(IE_PATH_TO_DEPS)
update_deps_cache(GNA_EXT_DIR "${GNA_EXT_DIR}" "Path to GNA root folder")
debug_message(STATUS "gna=" ${GNA_EXT_DIR})
Expand Down

0 comments on commit a5f7e04

Please sign in to comment.