Skip to content

Commit 50d1bf8

Browse files
rodrigos01metafacebook-github-bot
authored andcommitted
Adding Vulkan support for executorch on IG4A (#13806)
Summary: # Context Instagram Stories Inspiration and Instagram Computer Vision teams are partnering on bringing [Vulkan](https://developer.android.com/ndk/guides/graphics/getting-started) support to existing U2Net and squeezeSAM models currently being used to infer saliency and segmentation from images # This Diff Adds the necessary dependencies to IG4A to use Vulkan Reviewed By: hazirbas Differential Revision: D78291986
1 parent 5d71c9b commit 50d1bf8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

extension/android/BUCK

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ non_fbcode_target(_kind = fb_android_library,
2222
language = "JAVA",
2323
deps = [
2424
"//fbandroid/java/com/facebook/jni:jni",
25+
"//xplat/executorch/backends/vulkan:vulkan_backend_lib_static",
2526
"//fbandroid/libraries/soloader/java/com/facebook/soloader/nativeloader:nativeloader",
2627
],
2728
)

extension/android/jni/BUCK

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ non_fbcode_target(_kind = fb_android_cxx_library,
6666
"//xplat/executorch/extension/runner_util:inputs_static",
6767
"//xplat/executorch/extension/tensor:tensor_static",
6868
"//xplat/executorch/kernels/quantized:generated_lib_static",
69+
"//xplat/executorch/backends/vulkan:vulkan_backend_lib_static",
6970
],
7071
)
7172

0 commit comments

Comments
 (0)