Skip to content

Commit 0100fd4

Browse files
committed
Add op__clone_dim_order to op_library
1 parent 0a4fe14 commit 0100fd4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

shim_et/xplat/executorch/kernels/portable/op_registration_util.bzl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,6 +1329,13 @@ ATEN_OPS = (
13291329
"//executorch/kernels/portable/cpu/util:copy_ops_util",
13301330
],
13311331
),
1332+
op_target(
1333+
name = "op__clone_dim_order",
1334+
deps = [
1335+
":scalar_utils",
1336+
"//executorch/kernels/portable/cpu/util:copy_ops_util",
1337+
],
1338+
),
13321339
)
13331340

13341341
# Operators that are not listed in `functions.yaml` (i.e., operators listed in

0 commit comments

Comments
 (0)