6 lines
67 B
Plaintext
Raw Normal View History

2024-11-11 15:18:55 +01:00
__device__ int function(int a, int b)
{
return b * b * a + 1;
}