pytorch/benchmarks/static_runtime
Mike Iovine ffdc0e23af [SR] Add various missing native ops (#71113)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/71113

This diff adds a variety of missing ~~out variants~~/native ops. Most of these are trivial, so I included them all in one diff.

Native ops
* `aten::mul` (list variant)
* `aten::sub` (int variant)
* `aten::add` (list variant)
* `aten::Int`

Out variants
* ~~`aten::gt`~~ (codegen will handle)
* ~~`aten::eq`~~ (codegen will handle)
ghstack-source-id: 146927552

Test Plan: `buck test caffe2/benchmarks/static_runtime:static_runtime_cpptest`

Reviewed By: hlu1

Differential Revision: D33510756

fbshipit-source-id: df385958b9561955b2e866dab2e4c050abd26766
2022-01-12 18:40:31 -08:00
..
CMakeLists.txt [Static Runtime] Test isOptimizableContainerType and getAlwaysAliveValues (#65849) 2021-10-04 20:46:07 -07:00
deep_wide_pt_bench.cc [NOOP][clangformat][codemod] Enable CLANGFORMAT for some folders in caffe2/* (#67746) 2021-11-03 12:23:14 -07:00
deep_wide_pt.cc [NOOP][clangformat][codemod] Enable CLANGFORMAT for some folders in caffe2/* (#67746) 2021-11-03 12:23:14 -07:00
deep_wide_pt.h [NOOP][clangformat][codemod] Enable CLANGFORMAT for some folders in caffe2/* (#67746) 2021-11-03 12:23:14 -07:00
test_static_module.cc [SR] Improve set_inputs (#69087) 2021-12-15 09:31:19 -08:00
test_static_runtime.cc [SR] Add various missing native ops (#71113) 2022-01-12 18:40:31 -08:00
test_utils.cc [PyTorch][Static Runtime] Fix dtype changing between iterations for to() (#67394) 2022-01-04 22:34:49 -08:00
test_utils.h [Static Runtime] Skip ReplaceWithCopy when inputs have writters (#69819) 2021-12-14 09:39:49 -08:00