We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ddbbe2 commit 1a3eeabCopy full SHA for 1a3eeab
1 file changed
kleidiai-examples/audiogen/app/CMakeLists.txt
@@ -29,7 +29,7 @@ if(NOT TF_SRC_PATH)
29
FetchContent_Declare(
30
tensorflow_src
31
GIT_REPOSITORY https://github.com/tensorflow/tensorflow.git
32
- GIT_TAG 3c9e7b2d24bf422e86eff4cff98440ddfdd369cc
+ GIT_TAG 5baea41aa158ce6c3396726bd84fda5cd81737a0
33
)
34
35
FetchContent_MakeAvailable(tensorflow_src)
@@ -76,7 +76,7 @@ set(SRCS audiogen.cpp)
76
77
add_executable(audiogen ${SRCS})
78
79
-set(XNNPACK_ENABLE_ARM_SME2 OFF CACHE BOOL "" FORCE)
+set(XNNPACK_ENABLE_ARM_SME2 ON CACHE BOOL "" FORCE)
80
set(TFLITE_HOST_TOOLS_DIR "${FLATBUFFERS_BIN_DIR}/_deps/flatbuffers-build" CACHE PATH "Host tools directory")
81
82
# Because flatc is not available at configure time,
0 commit comments