-
Notifications
You must be signed in to change notification settings - Fork 607
Check if dl library is available and only then link it in for executorch in CMake. (#579) #657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for resplendent-gnome-14e531 canceled.
|
This pull request was exported from Phabricator. Differential Revision: D50001473 |
…rch in CMake. (#657) Summary: The dl library might not be available on embedded platforms. Before we link it in for executorch core lib we check if it exists for the toolchain we are using and then link it in if it does. Reviewed By: larryliu0820 Differential Revision: D50001473
fde662d
to
acf2601
Compare
This pull request was exported from Phabricator. Differential Revision: D50001473 |
…rch in CMake. (#657) Summary: The dl library might not be available on embedded platforms. Before we link it in for executorch core lib we check if it exists for the toolchain we are using and then link it in if it does. Reviewed By: larryliu0820 Differential Revision: D50001473
acf2601
to
b4e851e
Compare
This pull request was exported from Phabricator. Differential Revision: D50001473 |
…rch in CMake. (#657) Summary: The dl library might not be available on embedded platforms. Before we link it in for executorch core lib we check if it exists for the toolchain we are using and then link it in if it does. Reviewed By: larryliu0820 Differential Revision: D50001473
b4e851e
to
3b970a3
Compare
…rch in CMake. (#657) Summary: The dl library might not be available on embedded platforms. Before we link it in for executorch core lib we check if it exists for the toolchain we are using and then link it in if it does. Reviewed By: larryliu0820 Differential Revision: D50001473
This pull request was exported from Phabricator. Differential Revision: D50001473 |
3b970a3
to
0a112ba
Compare
This pull request was exported from Phabricator. Differential Revision: D50001473 |
This pull request has been merged in 4418dfd. |
Change doc to use tokenizer.model
Summary:
The dl library might not be available on embedded platforms. Before we link it in for executorch core lib we check if it exists for the toolchain we are using and then link it in if it does.
Differential Revision: D50001473