Sign in
fuchsia
/
third_party
/
cmake
/
refs/heads/main
/
.
/
Tests
/
Module
/
CheckIPOSupported-CUDA
/
foo.cu
blob: 416607bddc14aa6c420404a99cf1041f76646bcb [
file
] [
log
] [
blame
] [
edit
]
extern
__device__
int
foo_func
(
int
a
)
{
return
a
*
42
+
9
;
}