index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
cuda
/
17 separate compilation linking
/
b.cu
blob: 33ff561e21c424cb8fbba9512c2bca96e0b703bd (
plain
)
1
2
3
4
5
#include
"b.h"
__device__
int
g
[
N
];
__device__
void
bar
(
void
)
{
g
[
threadIdx
.
x
]
++
;
}