mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
6 lines
67 B
Plaintext
6 lines
67 B
Plaintext
|
|
__device__ int function(int a, int b)
|
|
{
|
|
return b * b * a + 1;
|
|
}
|