Skip to content

Commit 125f395

Browse files
authored
Allow inl as header suffix. (bazel-contrib#62)
1 parent fc20812 commit 125f395

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cuda/private/rules/common.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ ALLOW_CUDA_HDRS = [
33
".h",
44
".hpp",
55
".hh",
6+
".inl",
67
]
78

89
ALLOW_CUDA_SRCS = [

0 commit comments

Comments
 (0)