Skip to content

Commit 37cad01

Browse files
authored
Exposing custom_ops_aot_py to executorch clients.
Differential Revision: D62011371 Pull Request resolved: #4996
1 parent e7e8647 commit 37cad01

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)