Skip to content

Commit 1479fa9

Browse files
committed
Should use program_no_prim_ops
1 parent 9a2d742 commit 1479fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/runner_util/targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ def define_common_targets():
2323
],
2424
exported_deps = [
2525
"//executorch/runtime/core/exec_aten:lib" + aten_suffix,
26-
"//executorch/runtime/executor:program" + aten_suffix,
26+
"//executorch/runtime/executor:program_no_prim_ops" + aten_suffix,
2727
],
2828
)

0 commit comments

Comments
 (0)