mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/44148 Automatically remove the build_code_analyzer folder each time build.sh is run ghstack-source-id: 111458413 Test Plan: Run build.sh with different options and compare the outputs (should be different). Ex: `ANALYZE_TORCH=1 DEPLOY=1 BASE_OPS_FILE=/path/to/baseops MOBILE_BUILD_FLAGS='-DBUILD_MOBILE_AUTOGRAD=OFF' tools/code_analyzer/build.sh ` should produce a shorter file than `ANALYZE_TORCH=1 DEPLOY=1 BASE_OPS_FILE=/path/to/baseops MOBILE_BUILD_FLAGS='-DBUILD_MOBILE_AUTOGRAD=ON' tools/code_analyzer/build.sh` Reviewed By: iseeyuan Differential Revision: D23503886 fbshipit-source-id: 9b95d4365540da0bd2d27760e1315caed5f44eec |
||
|---|---|---|
| .. | ||
| analyzer.cpp | ||
| build.sh | ||
| CMakeLists.txt | ||
| default_op_deps.yaml | ||
| gen_op_registration_whitelist.py | ||
| op_deps_pass.cpp | ||
| op_deps_processor.py | ||
| run_analyzer.sh | ||