blob: 69d799aa472d0d8ced56de51f2e82ba83916ff57 [file] [log] [blame] [edit]
__device__ int function(int a, int b)
{
return b * b * a + 1;
}