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

Skip to content

Commit e19bbd7

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 032bdbd + 7b0611d commit e19bbd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ cc_library(
341341
srcs = [":aten_cuda_cpp_srcs"] + GENERATED_H_CUDA + GENERATED_CPP_CUDA,
342342
hdrs = [":aten_src_ATen_cuda_config"],
343343
copts = ATEN_COPTS,
344+
strip_include_prefix = "aten/src/",
344345
visibility = ["//visibility:public"],
345346
deps = [
346347
":aten",

0 commit comments

Comments
 (0)
0