Skip to content

Commit 3dc0754

Browse files
ljk53facebook-github-bot
authored andcommitted
[pytorch][mobile] deprecate the LLVM-based static analyzer (pytorch#68180)
Summary: Pull Request resolved: pytorch#68180 Since we've open sourced the tracing-based selective build, we can deprecate the op-dependency-graph-based selective build and the static analyzer tool that produces the dependency graph. ghstack-source-id: 143108377 Test Plan: CIs Reviewed By: seemethere Differential Revision: D32358467 fbshipit-source-id: c61523706b85a49361416da2230ec1b035b8b99c
1 parent 301369a commit 3dc0754

28 files changed

+11
-2320
lines changed

.flake8

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ per-file-ignores = __init__.py: F401 torch/utils/cpp_extension.py: B950
1616
optional-ascii-coding = True
1717
exclude =
1818
./.git,
19-
./build_code_analyzer,
2019
./build_test_custom_build,
2120
./build,
2221
./caffe2,

.github/generated-ciflow-ruleset.json

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/scripts/generate_ci_workflows.py

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -368,17 +368,6 @@ def generate_workflow_file(self, workflow_template: jinja2.Template) -> None:
368368
labels={LABEL_CIFLOW_LINUX, LABEL_CIFLOW_MOBILE, LABEL_CIFLOW_DEFAULT},
369369
),
370370
),
371-
CIWorkflow(
372-
arch="linux",
373-
build_environment="linux-xenial-py3-clang5-mobile-custom-build-dynamic",
374-
docker_image_base=f"{DOCKER_REGISTRY}/pytorch/pytorch-linux-xenial-py3-clang5-android-ndk-r19c",
375-
test_runner_type=LINUX_CPU_TEST_RUNNER,
376-
build_generates_artifacts=False,
377-
exclude_test=True,
378-
ciflow_config=CIFlowConfig(
379-
labels={LABEL_CIFLOW_LINUX, LABEL_CIFLOW_MOBILE, LABEL_CIFLOW_DEFAULT},
380-
),
381-
),
382371
CIWorkflow(
383372
arch="linux",
384373
build_environment="linux-xenial-py3-clang5-mobile-custom-build-static",
@@ -390,17 +379,6 @@ def generate_workflow_file(self, workflow_template: jinja2.Template) -> None:
390379
labels={LABEL_CIFLOW_LINUX, LABEL_CIFLOW_MOBILE, LABEL_CIFLOW_DEFAULT},
391380
),
392381
),
393-
CIWorkflow(
394-
arch="linux",
395-
build_environment="linux-xenial-py3-clang5-mobile-code-analysis",
396-
docker_image_base=f"{DOCKER_REGISTRY}/pytorch/pytorch-linux-xenial-py3-clang5-android-ndk-r19c",
397-
test_runner_type=LINUX_CPU_TEST_RUNNER,
398-
build_generates_artifacts=False,
399-
exclude_test=True,
400-
ciflow_config=CIFlowConfig(
401-
labels={LABEL_CIFLOW_LINUX, LABEL_CIFLOW_MOBILE},
402-
),
403-
),
404382
CIWorkflow(
405383
arch="linux",
406384
build_environment="linux-xenial-py3.6-clang7-asan",

.github/workflows/generated-linux-xenial-py3-clang5-mobile-code-analysis.yml

Lines changed: 0 additions & 244 deletions
This file was deleted.

0 commit comments

Comments
 (0)