We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04f564f commit 25c600eCopy full SHA for 25c600e
2 files changed
backends/qualcomm/aot/python/targets.bzl
@@ -26,8 +26,6 @@ def define_common_targets():
26
"-DEXECUTORCH_PYTHON_MODULE_NAME={}".format(PYTHON_MODULE_NAME),
27
],
28
deps = [
29
- "//executorch/kernels/quantized:aot_lib",
30
- "//executorch/kernels/quantized:quantized_ops_lib",
31
"//executorch/runtime/core:core",
32
"//executorch/backends/qualcomm/aot/python:python_lib",
33
"//executorch/backends/qualcomm/aot/wrappers:wrappers",
backends/qualcomm/quantizer/targets.bzl
@@ -15,8 +15,5 @@ def define_common_targets():
15
visibility = ["PUBLIC"],
16
17
"//executorch/backends/transforms:decompose_sdpa",
18
19
20
-
21
22
)
0 commit comments