mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
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:
committed by
PyTorch MergeBot
parent
4c01c51266
commit
4f5f2c1a9e
@ -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"],
|
||||
|
Reference in New Issue
Block a user