Skip to content

Commit 8c92793

Browse files
SS-JIAssjia
andauthored
Adding Vulkan support for executorch on IG4A (#15480)
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #15480 Copy of D78291986 Differential Revision: [D85901521](https://our.internmc.facebook.com/intern/diff/D85901521/) cc @manuelcandales @digantdesai @cbilgin --------- Co-authored-by: ssjia <[email protected]>
1 parent be8b775 commit 8c92793

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)