Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
Cuda
/
Complex
/
file1.cu
blob: 1ce63bf98d526e2dc06ec6b0bfafec761ee01b8b [
file
] [
log
] [
blame
]
#include
"file1.h"
result_type __device__ file1_func
(
int
x
)
{
result_type r
;
r
.
input
=
x
;
r
.
sum
=
x
*
x
;
return
r
;
}