From df7f99b967613b58a726fe95e83917ca914c0b54 Mon Sep 17 00:00:00 2001 From: Hans Date: Thu, 26 Sep 2024 01:58:44 +0800 Subject: [PATCH] chire: bump executorch --- build.rs | 10 ++++++++++ executorch | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/build.rs b/build.rs index 2070cc6..5f57910 100644 --- a/build.rs +++ b/build.rs @@ -84,6 +84,16 @@ fn main() { assert!(link_lib(&lib_path, "quantized_kernels", false).is_ok()); } + // Tensor extension + if link_lib(&lib_path, "extension_tensor", false).is_ok() { + assert!(link_lib(&lib_path, "extension_tensor", false).is_ok()); + } + + // Runner Util extension + if link_lib(&lib_path, "extension_runner_util", false).is_ok() { + assert!(link_lib(&lib_path, "extension_runner_util", false).is_ok()); + } + // misc. let _ = link_lib(&lib_path, "cpuinfo", false); let _ = link_lib(&lib_path, "pthreadpool", false); diff --git a/executorch b/executorch index 9de3c35..25d7751 160000 --- a/executorch +++ b/executorch @@ -1 +1 @@ -Subproject commit 9de3c3580fcc2ce3c306e896f352f5160228f980 +Subproject commit 25d77516938dff31f519d915513b7196f924a1d5