fix ovrsource pytorch build from D39769513 (#85708)

Test Plan: Tested locally, verifying with CI.

Reviewed By: h-friederich

Differential Revision: D39851831

Pull Request resolved: https://github.com/pytorch/pytorch/pull/85708
Approved by: https://github.com/zou3519
This commit is contained in:
mikey dagitses 2022-09-27 23:31:51 +00:00 committed by PyTorch MergeBot
parent 7934596b70
commit ea50e7f262

View file

@ -336,6 +336,7 @@ def get_aten_generated_files(enabled_backends):
"CompositeExplicitAutogradFunctions_inl.h",
"CompositeExplicitAutogradNonFunctionalFunctions.h",
"CompositeExplicitAutogradNonFunctionalFunctions_inl.h",
"VmapGeneratedPlumbing.h",
"core/ATenOpList.cpp",
"core/TensorBody.h",
"core/TensorMethods.cpp",