Skip to content

Commit 740135f

Browse files
authored
Fix build
Differential Revision: D69668777 Pull Request resolved: #8500
1 parent 9032d77 commit 740135f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

backends/arm/TARGETS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ load("@fbcode_macros//build_defs:python_library.bzl", "python_library")
44
python_library(
55
name = "arm_partitioner",
66
srcs = [
7-
"arm_partitioner.py",
7+
"ethosu_backend.py",
8+
"ethosu_partitioner.py",
9+
"tosa_backend.py",
10+
"tosa_partitioner.py",
811
],
912
typing = True,
1013
deps = [

backends/arm/runtime/targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def define_common_targets():
1212
)
1313
runtime.cxx_library(
1414
name = "arm_backend",
15-
srcs = ["ArmBackendEthosU.cpp"],
15+
srcs = ["EthosUBackend.cpp"],
1616
headers = [],
1717
compatible_with = ["ovr_config//cpu:arm32-embedded"],
1818
# arm_executor_runner.cpp needs to compile with executor as whole

0 commit comments

Comments
 (0)