Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
CudaOnly
/
DeviceLTO
/
file2.cu
blob: 73d646819e532b4b34007d2e2ab01108d84702c9 [
file
] [
log
] [
blame
] [
edit
]
extern
__device__
int
file3_func
(
int
);
int
__device__ file2_func
(
int
x
)
{
return
x
+
file3_func
(
x
);
}