mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
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 |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| deep_wide_pt_bench.cc | ||
| deep_wide_pt.cc | ||
| deep_wide_pt.h | ||
| test_static_module.cc | ||
| test_static_runtime.cc | ||
| test_utils.cc | ||
| test_utils.h | ||