Merge pull request #47088 from pnikam-cad:switch_to_hifi4_nnlib_v2_4_0

PiperOrigin-RevId: 357008740
Change-Id: I6a81df404a593f1b8a40ac91e1c960d6b0601334
This commit is contained in:
TensorFlower Gardener 2021-02-11 10:45:03 -08:00
commit 0fcaae3843

View File

@ -41,9 +41,9 @@ if [ ! -d ${DOWNLOADS_DIR} ]; then
fi
if [[ ${2} == "hifi4" ]]; then
LIBRARY_URL="http://github.com/foss-xtensa/nnlib-hifi4/raw/master/archive/xa_nnlib_hifi4_12_22.zip"
LIBRARY_URL="http://github.com/foss-xtensa/nnlib-hifi4/raw/master/archive/xa_nnlib_hifi4_02_11_2021.zip"
LIBRARY_DIRNAME="xa_nnlib_hifi4"
LIBRARY_MD5="bb4aa8bd589ee1b4b9fd71349a1e7317"
LIBRARY_MD5="8b934f61ffe0a966644849602810fb1b"
else
echo "Attempting to download an unsupported xtensa variant: ${2}"
exit 1