pytorch
ffdc0e23 - [SR] Add various missing native ops (#71113)

Commit
2 years ago
[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
Author
Mike Iovine
Parents
Loading