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 ef2444f commit a08d3f8Copy full SHA for a08d3f8
backends/qualcomm/runtime/targets.bzl
@@ -44,8 +44,7 @@ def define_common_targets():
44
"*.cpp",
45
"backends/*.cpp",
46
"backends/htpbackend/*.cpp",
47
- "backends/htpbackend/aarch64/*.cpp",
48
- ],
+ ] + (["backends/htpbackend/x86_64/*.cpp"] if include_aot_qnn_lib else ["backends/htpbackend/aarch64/*.cpp"]),
49
exclude = ["Logging.cpp"],
50
),
51
exported_headers = glob(
0 commit comments