mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
[schema_upgrader] add C++ upgrader for json based upgrading (#156761)
Differential Revision: [D77459912](https://our.internmc.facebook.com/intern/diff/D77459912) Pull Request resolved: https://github.com/pytorch/pytorch/pull/156761 Approved by: https://github.com/angelayi
This commit is contained in:
committed by
PyTorch MergeBot
parent
064a7db7fc
commit
aeffb68d34
@ -895,6 +895,8 @@ libtorch_python_core_sources = [
|
||||
"torch/csrc/mps/Module.cpp",
|
||||
"torch/csrc/mtia/Module.cpp",
|
||||
"torch/csrc/export/pybind.cpp",
|
||||
"torch/csrc/export/upgrader.cpp",
|
||||
"torch/csrc/export/example_upgraders.cpp",
|
||||
"torch/csrc/inductor/aoti_package/pybind.cpp",
|
||||
"torch/csrc/inductor/aoti_runner/pybind.cpp",
|
||||
"torch/csrc/inductor/aoti_eager/kernel_holder.cpp",
|
||||
|
Reference in New Issue
Block a user