We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80ac3b commit a9e265fCopy full SHA for a9e265f
kernels/portable/cpu/op__to_dim_order_copy.cpp
@@ -9,7 +9,6 @@
9
#include <c10/util/irange.h>
10
11
#include <executorch/kernels/portable/cpu/scalar_utils.h>
12
-#include <executorch/kernels/portable/cpu/util/broadcast_util.h>
13
#include <executorch/kernels/portable/cpu/util/copy_ops_util.h>
14
#include <executorch/runtime/kernel/kernel_includes.h>
15
shim_et/xplat/executorch/kernels/portable/op_registration_util.bzl
@@ -1342,7 +1342,6 @@ ATEN_OPS = (
1342
name = "op__to_dim_order_copy",
1343
deps = [
1344
":scalar_utils",
1345
- "//executorch/kernels/portable/cpu/util:broadcast_util",
1346
"//executorch/kernels/portable/cpu/util:copy_ops_util",
1347
],
1348
),
0 commit comments