Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions backends/cadence/aot/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ fbcode_target(_kind = runtime.python_library,
srcs = [
"ref_implementations.py",
],
typing = True,
deps = [
"fbcode//caffe2:torch",
"fbcode//executorch/backends/cadence/aot:utils",
Expand Down Expand Up @@ -175,7 +174,6 @@ fbcode_target(_kind = python_unittest,
srcs = [
"tests/test_pass_utils.py",
],
typing = True,
deps = [
":pass_utils",
"//caffe2:torch",
Expand All @@ -187,7 +185,6 @@ fbcode_target(_kind = runtime.python_library,
srcs = [
"compiler_utils.py",
],
typing = True,
deps = [
"//caffe2:torch",
"//executorch/exir/dialects:lib",
Expand All @@ -199,7 +196,6 @@ fbcode_target(_kind = runtime.python_library,
srcs = [
"to_out_var_pass.py",
],
typing = True,
deps = [
":ops_registrations",
"//caffe2:torch",
Expand All @@ -213,7 +209,6 @@ fbcode_target(_kind = runtime.python_library,
srcs = [
"graph_builder.py",
],
typing = True,
deps = [
"//executorch/backends/test:graph_builder",
],
Expand All @@ -224,7 +219,6 @@ fbcode_target(_kind = runtime.python_library,
srcs = [
"program_builder.py",
],
typing = True,
deps = [
"//executorch/backends/test:program_builder",
],
Expand All @@ -235,7 +229,6 @@ fbcode_target(_kind = python_unittest,
srcs = [
"tests/test_program_builder.py",
],
typing = True,
deps = [
"//executorch/backends/test:program_builder",
"//caffe2:torch",
Expand All @@ -248,7 +241,6 @@ fbcode_target(_kind = runtime.python_library,
srcs = [
"fuse_ops.py",
],
typing = True,
deps = [
":compiler_utils",
":ops_registrations",
Expand All @@ -273,7 +265,6 @@ fbcode_target(_kind = runtime.python_library,
srcs = [
"simplify_ops.py",
],
typing = True,
deps = [
":pass_utils",
":utils",
Expand All @@ -288,7 +279,6 @@ fbcode_target(_kind = runtime.python_library,
srcs = [
"remove_ops.py",
],
typing = True,
deps = [
":fuse_ops",
":ops_registrations",
Expand All @@ -309,7 +299,6 @@ fbcode_target(_kind = runtime.python_library,
srcs = [
"reorder_ops.py",
],
typing = True,
deps = [
"//caffe2:torch",
"//executorch/backends/cadence/aot:compiler_utils",
Expand All @@ -328,7 +317,6 @@ fbcode_target(_kind = runtime.python_library,
srcs = [
"replace_ops.py",
],
typing = True,
deps = [
":pass_utils",
"//caffe2:torch",
Expand All @@ -350,7 +338,6 @@ fbcode_target(_kind = runtime.python_library,
srcs = [
"decompose_ops.py",
],
typing = True,
deps = [
":pass_utils",
"//caffe2:torch",
Expand All @@ -367,7 +354,6 @@ fbcode_target(_kind = runtime.python_library,
srcs = [
"type_dispatch.py",
],
typing = True,
deps = [
"//caffe2:torch",
"//executorch/backends/cadence/aot:pass_utils",
Expand All @@ -382,7 +368,6 @@ fbcode_target(_kind = python_unittest,
"tests/test_type_dispatch_passes.py",
],
supports_static_listing = False,
typing = True,
deps = [
":ops_registrations",
":typing_stubs",
Expand All @@ -400,7 +385,6 @@ fbcode_target(_kind = runtime.python_library,
srcs = [
"typing_stubs.py",
],
typing = True,
deps = [
"fbsource//third-party/pypi/parameterized:parameterized",
],
Expand All @@ -411,7 +395,6 @@ fbcode_target(_kind = runtime.python_library,
srcs = [
"compiler_funcs.py",
],
typing = True,
deps = [
"//caffe2:torch",
"//executorch/backends/transforms:permute_pass_utils",
Expand All @@ -425,7 +408,6 @@ fbcode_target(_kind = python_unittest,
srcs = [
"tests/test_graph_builder.py",
],
typing = True,
deps = [
":ops_registrations",
"//caffe2:torch",
Expand All @@ -443,7 +425,6 @@ fbcode_target(_kind = python_unittest,
"tests/test_replace_ops_passes.py",
],
supports_static_listing = False,
typing = True,
deps = [
":compiler",
":typing_stubs",
Expand All @@ -464,7 +445,6 @@ fbcode_target(_kind = python_unittest,
"tests/test_decompose_ops_passes.py",
],
supports_static_listing = False,
typing = True,
deps = [
":compiler",
":decompose_ops",
Expand All @@ -485,7 +465,6 @@ fbcode_target(_kind = python_unittest,
"tests/test_fusion_ops_passes.py",
],
supports_static_listing = False,
typing = True,
deps = [
":compiler",
":typing_stubs",
Expand All @@ -506,7 +485,6 @@ fbcode_target(_kind = python_unittest,
"tests/test_remove_ops_passes.py",
],
supports_static_listing = False,
typing = True,
deps = [
"fbsource//third-party/pypi/pyre-extensions:pyre-extensions",
":typing_stubs",
Expand All @@ -528,7 +506,6 @@ fbcode_target(_kind = python_unittest,
"tests/test_remove_bn_tracking_pass.py",
],
supports_static_listing = False,
typing = True,
deps = [
"//caffe2:torch",
"//executorch/backends/cadence/aot:remove_ops",
Expand All @@ -544,7 +521,6 @@ fbcode_target(_kind = python_unittest,
"tests/test_simplify_ops_passes.py",
],
supports_static_listing = False,
typing = True,
deps = [
":typing_stubs",
"//caffe2:torch",
Expand All @@ -562,7 +538,6 @@ fbcode_target(_kind = python_unittest,
srcs = [
"tests/test_reorder_ops_passes.py",
],
typing = True,
deps = [
":compiler",
":pass_utils",
Expand Down Expand Up @@ -632,7 +607,6 @@ fbcode_target(_kind = python_unittest,
"tests/test_memory_passes.py",
],
supports_static_listing = False,
typing = True,
deps = [
":compiler",
":memory_planning",
Expand All @@ -653,7 +627,6 @@ fbcode_target(_kind = python_unittest,
srcs = [
"tests/test_idma_ops.py",
],
typing = True,
deps = [
"//executorch/backends/test:graph_builder",
"//executorch/backends/cadence/aot:ops_registrations",
Expand All @@ -668,7 +641,6 @@ fbcode_target(_kind = python_unittest,
"tests/test_ref_implementations.py",
],
supports_static_listing = False,
typing = True,
deps = [
":typing_stubs",
"//executorch/backends/cadence/aot:ops_registrations",
Expand All @@ -681,7 +653,6 @@ fbcode_target(_kind = python_unittest,
srcs = [
"tests/test_quantizer_ops.py",
],
typing = True,
deps = [
"fbsource//third-party/pypi/parameterized:parameterized",
"//caffe2:torch",
Expand All @@ -697,7 +668,6 @@ fbcode_target(_kind = python_unittest,
srcs = [
"tests/test_to_out_var_pass.py",
],
typing = True,
deps = [
":ops_registrations",
"//executorch/backends/test:program_builder",
Expand Down
3 changes: 0 additions & 3 deletions backends/cadence/aot/quantizer/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ fbcode_target(_kind = runtime.python_library,
srcs = [
"pattern_utils.py",
],
typing = True,
deps = [
":utils",
"//caffe2:torch",
Expand All @@ -34,7 +33,6 @@ fbcode_target(_kind = runtime.python_library,
srcs = [
"patterns.py",
],
typing = True,
deps = [
":pattern_utils",
":utils",
Expand All @@ -48,7 +46,6 @@ fbcode_target(_kind = runtime.python_library,
srcs = [
"quantizer.py",
],
typing = True,
deps = [
":patterns",
":utils",
Expand Down
1 change: 0 additions & 1 deletion backends/cadence/aot/quantizer/passes/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ fbcode_target(_kind = runtime.python_library,
srcs = [
"fuse_ops.py",
],
typing = True,
deps = [
"//caffe2:torch",
"//executorch/backends/cadence/aot:pass_utils",
Expand Down
1 change: 0 additions & 1 deletion backends/cadence/runtime/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ fbcode_target(_kind = runtime.python_library,
] + glob([
"xtsc-cfg/**/*",
]),
typing = True,
deps = [
"//caffe2:torch",
"//executorch/devtools/bundled_program:config",
Expand Down
1 change: 0 additions & 1 deletion backends/cadence/utils/targets.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ def define_common_targets():
srcs = [
"facto_util.py",
],
typing = True,
deps = [
"fbcode//caffe2:torch",
"fbcode//pytorch/facto:facto",
Expand Down
1 change: 0 additions & 1 deletion backends/native/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ runtime.export_file(
fbcode_target(
_kind = runtime.python_library,
name = "lib",
typing = True,
srcs = [
"serialization/__init__.py",
"serialization/graph_serialize.py",
Expand Down
2 changes: 0 additions & 2 deletions backends/test/targets.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ def define_common_targets(is_fbcode = False):
srcs = [
"graph_builder.py",
],
typing = True,
deps = [
"//caffe2:torch",
"//executorch/exir:pass_base",
Expand All @@ -24,7 +23,6 @@ def define_common_targets(is_fbcode = False):
srcs = [
"program_builder.py",
],
typing = True,
deps = [
":graph_builder",
"//caffe2:torch",
Expand Down
1 change: 0 additions & 1 deletion backends/vulkan/_passes/targets.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ def define_common_targets(is_fbcode = False):
"//executorch/exir:pass_base",
"//executorch/exir/dialects:lib",
],
typing = True,
)

runtime.python_library(
Expand Down
1 change: 0 additions & 1 deletion backends/vulkan/partitioner/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ fbcode_target(_kind = runtime.python_library,
"//executorch/exir/backend:utils",
"//executorch/exir/backend/canonical_partitioners:canonical_partitioner_lib",
],
typing = True,
)
1 change: 0 additions & 1 deletion backends/vulkan/patterns/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ fbcode_target(_kind = runtime.python_library,
"//executorch/backends/transforms:utils",
"//executorch/backends/vulkan:utils_lib",
],
typing = True,
)
Loading