Skip to content

Commit 8278c40

Browse files
meta-emilianfacebook-github-bot
authored andcommitted
Exposing custom_ops_aot_py to executorch clients.
Differential Revision: D62011371
1 parent 369f804 commit 8278c40

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

extension/llm/custom_ops/targets.bzl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ def define_common_targets():
5353
srcs = [
5454
"sdpa_with_kv_cache.py",
5555
],
56-
visibility = ["//executorch/..."],
56+
visibility = [
57+
"//executorch/...",
58+
"@EXECUTORCH_CLIENTS",
59+
],
5760
deps = [
5861
"//caffe2:torch",
5962
],

0 commit comments

Comments
 (0)