index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
CudaOnly
/
DeviceLTO
/
file3.cu
blob: 235ac06652b42798a7ae36fac11a56a5edd1f528 (
plain
)
1
2
3
4
int
__device__
file3_func
(
int
x
)
{
return
x
*
x
*
x
;
}