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 c3a9eba + 55766d4 commit 44fb736Copy full SHA for 44fb736
BUILD.bazel
@@ -220,14 +220,15 @@ cc_library(
220
221
cc_library(
222
name = "aten_headers",
223
- hdrs = glob([
224
- "aten/src/**/*.h",
225
- "aten/src/**/*.hpp",
226
- "aten/src/ATen/cuda/**/*.cuh",
227
- "aten/src/ATen/native/**/*.cuh",
228
- "aten/src/THC/*.cuh",
229
- ],
230
- ], 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",
+ ],
231
+ exclude = aten_core_hdrs(rules = rules),
232
) + [
233
":aten_src_ATen_config",
234
":gen_aten",
0 commit comments