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 df37d29 commit 173b046Copy full SHA for 173b046
backends/arm/runtime/targets.bzl
@@ -14,7 +14,7 @@ def define_common_targets():
14
name = "arm_backend",
15
srcs = ["EthosUBackend.cpp"],
16
headers = [],
17
- compatible_with = ["ovr_config//cpu:arm32-embedded"],
+ compatible_with = ["ovr_config//cpu:arm32-embedded", "ovr_config//cpu:arm32-embedded-fpu"],
18
# arm_executor_runner.cpp needs to compile with executor as whole
19
# @lint-ignore BUCKLINT: Avoid `link_whole=True` (https://fburl.com/avoid-link-whole)
20
link_whole = True,
0 commit comments