summaryrefslogtreecommitdiff
path: root/mypy-strict.ini
diff options
context:
space:
mode:
authorTaylor Robie <taylorrobie@fb.com>2021-03-23 21:56:40 -0700
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2021-03-23 21:59:46 -0700
commit0d81528a470f4dfa57461d19d24ed9baba904caf (patch)
tree77fc82d3b01931a1bea844de93cbca7e36d1d832 /mypy-strict.ini
parenta4ca394f8af03d97b667a27b5e521d370228433b (diff)
downloadpytorch-0d81528a470f4dfa57461d19d24ed9baba904caf.tar.gz
pytorch-0d81528a470f4dfa57461d19d24ed9baba904caf.tar.bz2
pytorch-0d81528a470f4dfa57461d19d24ed9baba904caf.zip
Definition infrastructure for instruction count ubenchmarks (#53296)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/53296 Part 1 of the instruction count microbenchmarks. This PR is focused on benchmark definition machinery. (Though you can run `main.py` to see it in action.) A summary of the system is given in the README. Test Plan: Imported from OSS Reviewed By: ngimel Differential Revision: D26907092 Pulled By: robieta fbshipit-source-id: 0f61457b3ce89aa59a06bf1f0e7a74ccdbf17090
Diffstat (limited to 'mypy-strict.ini')
-rw-r--r--mypy-strict.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/mypy-strict.ini b/mypy-strict.ini
index e41ca8bf03..4608f7cf70 100644
--- a/mypy-strict.ini
+++ b/mypy-strict.ini
@@ -36,6 +36,8 @@ strict_equality = True
files =
.github/scripts/generate_binary_build_matrix.py,
+ benchmarks/instruction_counts/*.py,
+ benchmarks/instruction_counts/*/*.py,
tools/autograd/*.py,
tools/codegen/gen.py,
tools/mypy_wrapper.py,