8000 Update on "switch aten_headers to use strip_include_prefix instead of… · pytorch/pytorch@6291a07 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6291a07

Browse files
author
Michael Andreas Dagitses
committed
Update on "switch aten_headers to use strip_include_prefix instead of includes"
This is Bazel best practices and easier to maintain. Differential Revision: [D36521515](https://our.internmc.facebook.com/intern/diff/D36521515/) [ghstack-poisoned]
2 parents 26f0033 + 752dec2 commit 6291a07

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

BUILD.bazel

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,7 @@ cc_library(
221221

222222
cc_library(
223223
name = "aten_headers",
224-
hdrs = [
225-
"torch/csrc/Export.h",
226-
"torch/csrc/jit/frontend/function_schema_parser.h",
227-
] + glob([
224+
hdrs = glob([
228225
"aten/src/**/*.h",
229226
"aten/src/**/*.hpp",
230227
"aten/src/ATen/cuda/**/*.cuh",

0 commit comments

Comments
 (0)
0