Commit c750c52
Recognize CUDA header file type (.cuh)
This PR mirrors the fix in
8804128
.cuh is widely used as suffix for CUDA. It is made more prominent since
"cub" (https://nvlabs.github.io/cub/) recently distributed with CUDA
ToolKit 11, hence, now .cuh headers are in every CUDA ToolKit
distribution.
I would like to continue with this PR and fix any breakages that may encounter.
Closes #12134.
PiperOrigin-RevId: 3517554421 parent 8089194 commit c750c52
File tree
1 file changed
+1
-1
lines changed- src/main/java/com/google/devtools/build/lib/rules/cpp
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments