Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
CudaOnly
/
Unity
/
b.cu
blob: 69d799aa472d0d8ced56de51f2e82ba83916ff57 [
file
] [
log
] [
blame
] [
edit
]
__device__
int
function
(
int
a
,
int
b
)
{
return
b
*
b
*
a
+
1
;
}