Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
CudaOnly
/
CircularLinkLine
/
file2.cu
blob: b32dbffe404f24b3261ed387504e65020c23b341 [
file
] [
log
] [
blame
]
extern
__device__
int
file3_func
(
int
);
int
__device__ file2_func
(
int
x
)
{
return
x
+
file3_func
(
x
);
}