Skip to content

Commit 9e37d87

Browse files
forward fix for copy_remove pass dependency (#14204)
This PR was created by the merge bot to help merge the original PR into the main branch. ghstack PR number: #14162 by @Gasoonjia ^ Please use this as the source of truth for the PR details, comments, and reviews ghstack PR base: https://github.com/pytorch/executorch/tree/gh/gasoonjia/40/base ghstack PR head: https://github.com/pytorch/executorch/tree/gh/gasoonjia/40/head Merge bot PR base: https://github.com/pytorch/executorch/tree/main Merge bot PR head: https://github.com/pytorch/executorch/tree/gh/gasoonjia/40/orig @diff-train-skip-merge Co-authored-by: gasoonjia <[email protected]>
1 parent 6ed10e5 commit 9e37d87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/transforms/targets.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,5 +253,6 @@ def define_common_targets():
253253
"//caffe2:torch",
254254
"//executorch/exir:lib",
255255
":remove_clone_ops",
256+
"//executorch/exir/tests:test_memory_format_ops_pass_utils",
256257
],
257258
)

0 commit comments

Comments
 (0)