Skip to content

Commit 1a3eeab

Browse files
sleepy-hatkshitij-sisodia-arm
authored andcommitted
Increment TFLite version and enable SME2 acceleration
Signed-off-by: Jakub Sujak <jakub.sujak@arm.com>
1 parent 2ddbbe2 commit 1a3eeab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kleidiai-examples/audiogen/app/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if(NOT TF_SRC_PATH)
2929
FetchContent_Declare(
3030
tensorflow_src
3131
GIT_REPOSITORY https://github.com/tensorflow/tensorflow.git
32-
GIT_TAG 3c9e7b2d24bf422e86eff4cff98440ddfdd369cc
32+
GIT_TAG 5baea41aa158ce6c3396726bd84fda5cd81737a0
3333
)
3434

3535
FetchContent_MakeAvailable(tensorflow_src)
@@ -76,7 +76,7 @@ set(SRCS audiogen.cpp)
7676

7777
add_executable(audiogen ${SRCS})
7878

79-
set(XNNPACK_ENABLE_ARM_SME2 OFF CACHE BOOL "" FORCE)
79+
set(XNNPACK_ENABLE_ARM_SME2 ON CACHE BOOL "" FORCE)
8080
set(TFLITE_HOST_TOOLS_DIR "${FLATBUFFERS_BIN_DIR}/_deps/flatbuffers-build" CACHE PATH "Host tools directory")
8181

8282
# Because flatc is not available at configure time,

0 commit comments

Comments
 (0)