Files
CMake/Tests/CudaOnly/Unity/b.cu
2024-08-02 13:35:53 -04:00

6 lines
67 B
Plaintext

__device__ int function(int a, int b)
{
return b * b * a + 1;
}