executorch Undefined symbols for architecture arm64: "executorch::extension::make_tensor_ptr" #8036
Labels
module: extension
Issues related to code under extension/
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Building executroch runner and getting an error:
Using a function
cmake_install_executorch_lib
from.ci/scripts/utils.sh
I am trying to build executroch runner, on MacOS with Apple M3 Pro, inexamples/portable/executor_runner
. I've update a part of the code that creates a dummy input tensor to be resized. Here is a part of the changes code:replace code:
with code from Providing Raw Data with Custom Deleter:
Do I need to build execution with additional parameters to build additional libraries, or has
make_tensor_ptr
not been implemented for arm64 architecture?The text was updated successfully, but these errors were encountered: