CMake/Tests/CudaOnly/DeviceLTO/file3.cu
2022-07-22 10:34:45 -04:00

5 lines
57 B
Plaintext

int __device__ file3_func(int x)
{
return x * x * x;
}