From 5ba1aab9c9206e6ed9e8408b3a4d4738eb85322b Mon Sep 17 00:00:00 2001 From: Google AI Edge Date: Mon, 27 Oct 2025 13:28:55 -0700 Subject: [PATCH] Unconditionally include YNNPACK This was disabled on windows due to lack of compatibility, it is hopefully now compatible. PiperOrigin-RevId: 824654336 --- tflite/tools/cmake/modules/xnnpack.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tflite/tools/cmake/modules/xnnpack.cmake b/tflite/tools/cmake/modules/xnnpack.cmake index 383c1aab3..97fd8b537 100644 --- a/tflite/tools/cmake/modules/xnnpack.cmake +++ b/tflite/tools/cmake/modules/xnnpack.cmake @@ -23,7 +23,7 @@ OverridableFetchContent_Declare( xnnpack GIT_REPOSITORY https://github.com/google/XNNPACK # Sync with tensorflow/workspace2.bzl - GIT_TAG 43c2b577ce92ddd4cda925c4d060867c12e70de0 + GIT_TAG ac8a153cdf64f9c70246fd3550cb7338e789c69e GIT_PROGRESS TRUE PREFIX "${CMAKE_BINARY_DIR}" SOURCE_DIR "${CMAKE_BINARY_DIR}/xnnpack"