8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b177cc + 0607e16 commit 1d6dc77Copy full SHA for 1d6dc77
BUILD.bazel
@@ -213,14 +213,15 @@ header_template_rule(
213
214
cc_library(
215
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)
+ hdrs = glob(
+ [
+ "aten/src/**/*.h",
+ "aten/src/**/*.hpp",
+ "aten/src/ATen/cuda/**/*.cuh",
+ "aten/src/ATen/native/**/*.cuh",
+ "aten/src/THC/*.cuh",
+ ],
224
+ exclude = aten_core_hdrs(rules = rules),
225
) + [
226
":aten_src_ATen_config",
227
":gen_aten",
0 commit comments