Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
27ee7ed28916035fc019752dfd1717a5e6f3eb3f
/
.
/
Tests
/
Module
/
CheckIPOSupported-CUDA
/
foo.cu
blob: 416607bddc14aa6c420404a99cf1041f76646bcb [
file
]
extern
__device__
int
foo_func
(
int
a
)
{
return
a
*
42
+
9
;
}