-
Notifications
You must be signed in to change notification settings - Fork 608
Add Vulkan executor runner to Android JNIs #2563
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
[ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/2563
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 71a83fd with merge base 8f634a8 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Warning: Unknown label
Please add the new label to .github/pytorch-probot.yml |
@SS-JIA has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
extension/android/CMakeLists.txt
Outdated
|
||
add_library(executorch_llama_jni SHARED jni/jni_layer_llama.cpp) | ||
target_link_libraries(executorch_llama_jni fbjni llama_runner | ||
xnn_executor_runner_lib vulkan_executor_runner_lib) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we guard vulkan_executor_runner_lib under a flag?
Differential Revision: [D55198671](https://our.internmc.facebook.com/intern/diff/D55198671) [ghstack-poisoned]
@SS-JIA has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Stack from ghstack (oldest at bottom):
Differential Revision: D55198671