Successfully registered all kernels from shared library: NOT_SUPPORTED #8870
Labels
module: kernels
Issues related to kernel libraries and utilities, and code under kernels/
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
🐛 Describe the bug
Build with CMake:
Executorch build command:
Get the error:
Code of model export:
Versions
I try to link builded executorch to my project with
find_package
, but get the folowing error when try start inference. But if I useadd_subdirectory(executorch)
like:It works for me, but in my project I need to build executorch outside my project
cc @larryliu0820 @manuelcandales
The text was updated successfully, but these errors were encountered: