pytorch/tools/codegen
Don Jang fe7e1bd1ce [Static Runtime] Add auto-generated out variant dispatchers (#72603)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/72603

This change adds out variant dispatchers generated by the previous diff.

The number of the out variant dispatchers generated by this diff is 133, which increases the out variant coverage by 309% (current: 43, this diff: 133 + 43 = 176). This number is expected to increase a lot as we develop this script further to cover more ops.

Test Plan:
**Unittest**
Confirmed
```
buck run //caffe2/benchmarks/static_runtime:static_runtime_cpptest
```
is passing.

Reviewed By: swolchok

Differential Revision: D33373928

fbshipit-source-id: 4d94d788282f3f313bb36f2f9452edecd9862246
(cherry picked from commit e4ce8b386d1fcc47b86cb9c9016a70e7a31b452c)
2022-02-28 08:39:10 +00:00
..
api Revert D34342689: Revert D34250357: Sync lazy_tensor_staging back to master 2022-02-18 17:31:21 +00:00
dest Move Lazy Shape Inference functions to pytorch core (#72756) 2022-02-24 07:35:05 +00:00
operator_versions Fix upgrader codegen when constant list is 0 (#72199) 2022-02-03 00:41:03 +00:00
selective_build [Pytorch Edge] Generic Build Features for Selective Build (#67817) 2021-11-09 15:37:21 -08:00
static_runtime [Static Runtime] Add auto-generated out variant dispatchers (#72603) 2022-02-28 08:39:10 +00:00
__init__.py
code_template.py
context.py avoid error string formatting aten codegen 28s -> 23s (#59848) 2021-06-12 06:58:31 -07:00
gen_backend_stubs.py Support nested templates in generated code via helper (#73271) 2022-02-25 01:27:37 +00:00
gen_functionalization_type.py Functionalization: Only include headers for required ops (#68690) 2021-12-15 14:29:35 -08:00
gen_lazy_tensor.py Move Lazy Shape Inference functions to pytorch core (#72756) 2022-02-24 07:35:05 +00:00
gen.py Support nested templates in generated code via helper (#73271) 2022-02-25 01:27:37 +00:00
local.py [PyTorch] Fix const correctness for resize native functions (#55351) 2021-04-21 14:51:41 -07:00
model.py Added check for unsupported dispatch key in codegen (#67961) 2022-02-22 22:31:47 +00:00
utils.py Codegen: Do less work in dry-runs for sharded files (#69805) 2022-02-02 19:25:16 +00:00