pytorch
19b5b67b - exclude all generated files from torch_headers (#96956)

Commit
1 year ago
exclude all generated files from torch_headers (#96956) exclude all generated files from torch_headers Summary: This allows Bazel to build without having to wipe the standard CMake build. The standard CMake build produces generated files in the source tree, this causes a problem because Bazel has its own way of generating them, and then both sets of generated files conflict with each other. Test Plan: Rely on CI. Reviewers: Subscribers: Tasks: Tags: --- Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/pytorch/pytorch/pull/96956). * #96957 * __->__ #96956 * #96955 Pull Request resolved: https://github.com/pytorch/pytorch/pull/96956 Approved by: https://github.com/PaliC
Author
mikey dagitses
Committer
Parents
Loading