We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de79be6 commit 465ad98Copy full SHA for 465ad98
third_party/cuda/BUILD
@@ -20,9 +20,7 @@ cc_library(
20
],
21
}),
22
hdrs = glob([
23
- "include/**/*.h",
24
- "include/**/*.hpp",
25
- "include/**/*.inl",
+ "include/**/*",
26
]),
27
includes = ["include/"],
28
)
@@ -50,9 +48,7 @@ cc_library(
50
48
51
49
52
53
54
55
56
57
58
linkopts = ["-Wl,-rpath,lib/"],
@@ -69,9 +65,7 @@ cc_library(
69
65
70
66
71
67
72
- "include/**/*cublas*.h",
73
74
68
75
76
77
0 commit comments