From a79df178cbc8663b020d6b8287659f8572e0f040 Mon Sep 17 00:00:00 2001 From: Simon Maurer <simomaur@student.ethz.ch> Date: Thu, 25 Feb 2021 15:00:51 +0100 Subject: [PATCH 1/2] updated XNNPACK to commit 01c341b597504643081ff596d8ee755bf4c59c51 --- tensorflow/workspace2.bzl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tensorflow/workspace2.bzl b/tensorflow/workspace2.bzl index 8907896b0ec..2f4de1f317e 100644 --- a/tensorflow/workspace2.bzl +++ b/tensorflow/workspace2.bzl @@ -127,11 +127,11 @@ def _tf_repositories(): # and update the sha256 with the result. tf_http_archive( name = "XNNPACK", - sha256 = "59ccf0c1c64899b511f8872a278e54c293970f57933b056492a364aa5ac709ec", - strip_prefix = "XNNPACK-094e692629d57ddb932fcc993193626f60daa61b", + sha256 = "4fa6c19fa552dbd5d94b2fc287fc2b0788b34a93808181b33b1ef82d4ff8a9d3", + strip_prefix = "XNNPACK-01c341b597504643081ff596d8ee755bf4c59c51", urls = [ - "https://storage.googleapis.com/mirror.tensorflow.org/github.com/google/XNNPACK/archive/094e692629d57ddb932fcc993193626f60daa61b.zip", - "https://github.com/google/XNNPACK/archive/094e692629d57ddb932fcc993193626f60daa61b.zip", + "https://storage.googleapis.com/mirror.tensorflow.org/github.com/google/XNNPACK/archive/01c341b597504643081ff596d8ee755bf4c59c51.zip", + "https://github.com/google/XNNPACK/archive/01c341b597504643081ff596d8ee755bf4c59c51.zip", ], ) From 2e084c3b8853b2148cf42a1b123bf70631c890a0 Mon Sep 17 00:00:00 2001 From: Simon Maurer <simomaur@student.ethz.ch> Date: Thu, 25 Feb 2021 22:25:47 +0100 Subject: [PATCH 2/2] updated xnnpack to commit 01c341b597504643081ff596d8ee755bf4c59c51 in xnnpack.cmake --- tensorflow/lite/tools/cmake/modules/xnnpack.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/lite/tools/cmake/modules/xnnpack.cmake b/tensorflow/lite/tools/cmake/modules/xnnpack.cmake index 5defaa06060..5fe903c6cc9 100644 --- a/tensorflow/lite/tools/cmake/modules/xnnpack.cmake +++ b/tensorflow/lite/tools/cmake/modules/xnnpack.cmake @@ -22,7 +22,7 @@ include(FetchContent) OverridableFetchContent_Declare( xnnpack GIT_REPOSITORY https://github.com/google/XNNPACK - GIT_TAG 094e692629d57ddb932fcc993193626f60daa61b + GIT_TAG 01c341b597504643081ff596d8ee755bf4c59c51 GIT_PROGRESS TRUE PREFIX "${CMAKE_BINARY_DIR}" SOURCE_DIR "${CMAKE_BINARY_DIR}/xnnpack"