Skip to content

Commit c6d4bf0

Browse files
azad-metafacebook-github-bot
authored andcommitted
adding suppression tags to improve autodeps noise (#6645)
Summary: Pull Request resolved: #6645 The files updated in this diff most likely require manual fix to pass autodeps. This change is to reduce autodeps noise. Reviewed By: Picowchew Differential Revision: D65426689
1 parent 8ab3385 commit c6d4bf0

File tree

9 files changed

+13
-0
lines changed

9 files changed

+13
-0
lines changed

backends/arm/_passes/TARGETS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
load("@fbcode_macros//build_defs:python_library.bzl", "python_library")
22

33
python_library(
4+
# @autodeps-skip
45
name = "passes",
56
srcs = glob(["*.py"]),
67
typing = True,

backends/arm/quantizer/TARGETS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
load("@fbcode_macros//build_defs:python_library.bzl", "python_library")
22

33
python_library(
4+
# @autodeps-skip
45
name = "arm_quantizer",
56
srcs = ["arm_quantizer.py"],
67
deps = [
@@ -20,6 +21,7 @@ python_library(
2021
)
2122

2223
python_library(
24+
# @autodeps-skip
2325
name = "arm_quantizer_utils",
2426
srcs = ["arm_quantizer_utils.py"],
2527
deps = [

backends/vulkan/test/TARGETS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ load("@fbcode_macros//build_defs:python_unittest.bzl", "python_unittest")
33
oncall("executorch")
44

55
python_unittest(
6+
# @autodeps-skip
67
name = "test_vulkan_delegate",
78
srcs = [
89
"test_vulkan_delegate.py",
@@ -25,6 +26,7 @@ python_unittest(
2526
)
2627

2728
python_unittest(
29+
# @autodeps-skip
2830
name = "test_vulkan_delegate_header",
2931
srcs = [
3032
"test_vulkan_delegate_header.py",
@@ -35,6 +37,7 @@ python_unittest(
3537
)
3638

3739
python_unittest(
40+
# @autodeps-skip
3841
name = "test_serialization",
3942
srcs = [
4043
"test_serialization.py",

devtools/bundled_program/test/TARGETS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ python_unittest(
3333
)
3434

3535
python_unittest(
36+
# @autodeps-skip
3637
name = "end2end",
3738
srcs = [
3839
"test_end2end.py",

devtools/inspector/TARGETS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ load("@fbcode_macros//build_defs:python_library.bzl", "python_library")
44
oncall("executorch")
55

66
python_library(
7+
# @autodeps-skip
78
name = "inspector",
89
srcs = [
910
"_inspector.py",
@@ -32,6 +33,7 @@ python_binary(
3233
)
3334

3435
python_library(
36+
# @autodeps-skip
3537
name = "inspector_utils",
3638
srcs = [
3739
"_inspector_utils.py",

examples/apple/coreml/scripts/TARGETS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
load("@fbcode_macros//build_defs:python_binary.bzl", "python_binary")
44

55
python_binary(
6+
# @autodeps-skip
67
name = "export",
78
srcs = [
89
"export.py",

examples/models/llama/tests/TARGETS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ load("@fbcode_macros//build_defs:python_unittest.bzl", "python_unittest")
33
oncall("executorch")
44

55
python_unittest(
6+
# @autodeps-skip
67
name = "test_simple_sdpa",
78
srcs = [
89
"test_simple_sdpa.py",

exir/program/TARGETS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ python_library(
1414
)
1515

1616
python_library(
17+
# @autodeps-skip
1718
name = "program",
1819
srcs = [
1920
"_program.py",

extension/pytree/test/TARGETS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ cpp_unittest(
1717
)
1818

1919
python_unittest(
20+
# @autodeps-skip
2021
name = "pybindings_test",
2122
srcs = [
2223
"test.py",

0 commit comments

Comments
 (0)