Skip to content

Commit 173b046

Browse files
authored
Add fpu embedded target to EthosUBackend
Differential Revision: D84284543 Pull Request resolved: pytorch#15202
1 parent df37d29 commit 173b046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/arm/runtime/targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def define_common_targets():
1414
name = "arm_backend",
1515
srcs = ["EthosUBackend.cpp"],
1616
headers = [],
17-
compatible_with = ["ovr_config//cpu:arm32-embedded"],
17+
compatible_with = ["ovr_config//cpu:arm32-embedded", "ovr_config//cpu:arm32-embedded-fpu"],
1818
# arm_executor_runner.cpp needs to compile with executor as whole
1919
# @lint-ignore BUCKLINT: Avoid `link_whole=True` (https://fburl.com/avoid-link-whole)
2020
link_whole = True,

0 commit comments

Comments
 (0)