Add torch.nested to ovrsource (#85384)

Summary:
Prevent a build break for ovrsource dependency.

Stacked changes will help to prevent further regressions in this target.

Test Plan:
Build
//arvr/projects/codec_avatar/pylab/examples/demos/pica:pica. Without
this change, it will fail on linking torch with an undefined symbol. With it,
the build will proceed.

Differential Revision: D39669887

Pull Request resolved: https://github.com/pytorch/pytorch/pull/85384
Approved by: https://github.com/kit1980
This commit is contained in:
George Gensure
2022-09-23 23:07:01 +00:00
committed by PyTorch MergeBot
parent 4c01c51266
commit 4f5f2c1a9e

View File

@ -144,6 +144,7 @@ def get_generate_code_bin_outs():
"autograd/generated/python_functions_3.cpp": ["autograd/generated/python_functions_3.cpp"],
"autograd/generated/python_functions_4.cpp": ["autograd/generated/python_functions_4.cpp"],
"autograd/generated/python_linalg_functions.cpp": ["autograd/generated/python_linalg_functions.cpp"],
"autograd/generated/python_nested_functions.cpp": ["autograd/generated/python_nested_functions.cpp"],
"autograd/generated/python_nn_functions.cpp": ["autograd/generated/python_nn_functions.cpp"],
"autograd/generated/python_return_types.cpp": ["autograd/generated/python_return_types.cpp"],
"autograd/generated/python_sparse_functions.cpp": ["autograd/generated/python_sparse_functions.cpp"],