CMake/Tests/Module/CheckIPOSupported-CUDA/foo.cu
2022-07-22 10:34:45 -04:00

5 lines
63 B
Plaintext

extern __device__ int foo_func(int a)
{
return a * 42 + 9;
}