Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
CudaOnly
/
Unity
/
b.cu
blob: 69d799aa472d0d8ced56de51f2e82ba83916ff57 [
file
]
__device__
int
function
(
int
a
,
int
b
)
{
return
b
*
b
*
a
+
1
;
}