Skip to content

Commit

Permalink
[tensorflow-lite] find_library xnnpack in Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Sep 9, 2024
1 parent 4b45f05 commit cc9bc6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/tensorflow-lite/fix-cmake-vcpkg.patch
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ index b79818f3..b646abf5 100644
- find_package(fp16_headers REQUIRED)
- find_package(XNNPACK REQUIRED)
+ find_path(FP16_INCLUDE_DIRS "fp16.h" REQUIRED)
+ find_library(XNNPACK_LIBRARY NAMES xnnpack REQUIRED)
+ find_library(XNNPACK_LIBRARY NAMES xnnpack XNNPACK REQUIRED)
populate_tflite_source_vars("delegates/xnnpack"
TFLITE_DELEGATES_XNNPACK_SRCS
FILTER ".*(_test|_tester)\\.(cc|h)"
Expand Down
2 changes: 1 addition & 1 deletion versions/t-/tensorflow-lite.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "b93138f72ccd56459af730e81f945b252115f312",
"git-tree": "61e178dd578fc92b12a0a35b9a507dbb91eaead3",
"version-semver": "2.17.0",
"port-version": 0
},
Expand Down

0 comments on commit cc9bc6c

Please sign in to comment.