Skip to content

Commit 976fe48

Browse files
authored
Add method variants in dynamic shim to use core tensor/evalue/result types
Differential Revision: D67650320 Pull Request resolved: #7834
1 parent c048ea2 commit 976fe48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/core/portable_type/targets.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def define_common_targets():
2525
# mean I cant just expose visibility to a single rule.
2626
visibility = [
2727
"//executorch/backends/...",
28+
"//executorch/extension/fb/dynamic_shim/...",
2829
"//executorch/runtime/core/exec_aten/...",
2930
"//executorch/runtime/core/portable_type/test/...",
3031
],

0 commit comments

Comments
 (0)