mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
6 lines
67 B
Plaintext
6 lines
67 B
Plaintext
|
|
__device__ int function(int a, int b)
|
|
{
|
|
return b * b * a + 1;
|
|
}
|