Skip to content

Commit

Permalink
chire: bump executorch
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Sep 25, 2024
1 parent d793a68 commit df7f99b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion executorch
Submodule executorch updated 2491 files

0 comments on commit df7f99b

Please sign in to comment.