Edward Z. Yang
|
dd3a77bc96
|
Apply UFMT to all files in benchmarks/ (#105928)
Signed-off-by: Edward Z. Yang <ezyang@meta.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/105928
Approved by: https://github.com/albanD
|
2023-07-26 01:18:48 +00:00 |
|
Justin Chu
|
5ef023b05a
|
[BE] Enable ruff's UP rules and autoformat benchmarks/ (#105429)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/105429
Approved by: https://github.com/malfet
|
2023-07-19 04:46:37 +00:00 |
|
Aaron Gokaslan
|
8fce9a09cd
|
[BE]: pyupgrade Python to 3.8 - imports and object inheritance only (#94308)
Apply parts of pyupgrade to torch (starting with the safest changes).
This PR only does two things: removes the need to inherit from object and removes unused future imports.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/94308
Approved by: https://github.com/ezyang, https://github.com/albanD
|
2023-02-07 21:10:56 +00:00 |
|
Xiang Gao
|
20ac736200
|
Remove py2 compatible future imports (#44735)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/44735
Reviewed By: mruberry
Differential Revision: D23731306
Pulled By: ezyang
fbshipit-source-id: 0ba009a99e475ddbe22981be8ac636f8a1c8b02f
|
2020-09-16 12:55:57 -07:00 |
|
Brian Wignall
|
f326045b37
|
Fix typos, via a Levenshtein-type corrector (#31523)
Summary:
Should be non-semantic.
Uses https://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines to find likely typos, with https://github.com/bwignall/typochecker to help automate the checking.
Uses an updated version of the tool used in https://github.com/pytorch/pytorch/pull/30606 .
Pull Request resolved: https://github.com/pytorch/pytorch/pull/31523
Differential Revision: D19216749
Pulled By: mrshenli
fbshipit-source-id: 7fd489cb9a77cd7e4950c1046f925d57524960ea
|
2020-01-17 16:03:19 -08:00 |
|
Kimish Patel
|
2ba516d5b6
|
Added add op framework overhead benchmark for C2 (#23078)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/23078
C2 benchmark.
Reviewed By: mingzhe09088
Differential Revision: D16122337
fbshipit-source-id: bf56e60c6e60eda2be2938d9f613708a4bc1669a
|
2019-07-22 11:27:50 -07:00 |
|