pytorch
6ef41953 - [RFC] Generate generated_unboxing_wrappers_everything.cpp for unboxing wrappers codegen to aid debugging (#45872)

Commit
5 years ago
[RFC] Generate generated_unboxing_wrappers_everything.cpp for unboxing wrappers codegen to aid debugging (#45872) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/45872 `VariableType_N.cpp` is generated in a sharded manner to speed up compilationt time. Same for `generated_unboxing_wrappers_N.cpp`. However, `VariableTypeEverything.cpp` exists, but `generated_unboxing_wrappers_everything.cpp` does not. These files have all the registration/implementation code in them for easier debugging of codegen logic. This diff adds `generated_unboxing_wrappers_everything.cpp`. ghstack-source-id: 113606771 Test Plan: Build + CI Reviewed By: iseeyuan Differential Revision: D24124405 fbshipit-source-id: 1f6c938105e17cd4b14502978483a1b178c777dd
Author
Parents
Loading