From ea50e7f262e826e9f0eef1623e8e8656911adef9 Mon Sep 17 00:00:00 2001 From: mikey dagitses Date: Tue, 27 Sep 2022 23:31:51 +0000 Subject: [PATCH] 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 --- buckbuild.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/buckbuild.bzl b/buckbuild.bzl index 14c6e7d681d..24302e64c92 100644 --- a/buckbuild.bzl +++ b/buckbuild.bzl @@ -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",