8000 Update on "move aten_core_headers to common build structure" · pytorch/pytorch@1d6dc77 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d6dc77

Browse files
author
Michael Andreas Dagitses
committed
Update on "move aten_core_headers to common build structure"
Differential Revision: [D36597720](https://our.internmc.facebook.com/intern/diff/D36597720/) **NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D36597720/)! [ghstack-poisoned]
2 parents 1b177cc + 0607e16 commit 1d6dc77

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

BUILD.bazel

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -213,14 +213,15 @@ header_template_rule(
213213

214214
cc_library(
215215
name = "aten_headers",
216-
hdrs = glob([
217-
"aten/src/**/*.h",
218-
"aten/src/**/*.hpp",
219-
"aten/src/ATen/cuda/**/*.cuh",
220-
"aten/src/ATen/native/**/*.cuh",
221-
"aten/src/THC/*.cuh",
222-
],
223-
], exclude = aten_core_hdrs(rules = rules)
216+
hdrs = glob(
217+
[
218+
"aten/src/**/*.h",
219+
"aten/src/**/*.hpp",
220+
"aten/src/ATen/cuda/**/*.cuh",
221+
"aten/src/ATen/native/**/*.cuh",
222+
"aten/src/THC/*.cuh",
223+
],
224+
exclude = aten_core_hdrs(rules = rules),
224225
) + [
225226
":aten_src_ATen_config",
226227
":gen_aten",

0 commit comments

Comments
 (0)
0