Skip to content

Commit 79f77d2

Browse files
meta-emilianfacebook-github-bot
authored andcommitted
Exposing custom_ops_aot_py to executorch clients. (#4996)
Summary: Pull Request resolved: #4996 Reviewed By: tarun292 Differential Revision: D62011371
1 parent 0a8547a commit 79f77d2

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
@@ -54,7 +54,10 @@ def define_common_targets():
5454
srcs = [
5555
"sdpa_with_kv_cache.py",
5656
],
57-
visibility = ["//executorch/..."],
57+
visibility = [
58+
"//executorch/...",
59+
"@EXECUTORCH_CLIENTS",
60+
],
5861
deps = [
5962
"//caffe2:torch",
6063
],

0 commit comments

Comments
 (0)