11 lines
106 B
C
Raw Normal View History

2017-07-20 19:35:53 +02:00
#pragma once
2020-02-01 23:06:01 +01:00
2017-07-20 19:35:53 +02:00
struct result_type
{
int input;
int sum;
};
2020-02-01 23:06:01 +01:00
result_type __device__ file1_func(int x);