]> AND Private Git Repository - lniv_gpu.git/blob - levelines_common.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
initial commit for lniv
[lniv_gpu.git] / levelines_common.h
1
2
3 #ifndef LEVELINES_COMMON_H
4 #define LEVELINES_COMMON_H
5
6
7
8 #include <cuda_runtime.h>
9
10
11
12
13 ////////////////////////////////////////////////////////////////////////////////
14 // Reference CPU functions
15 ////////////////////////////////////////////////////////////////////////////////
16 //extern "C" void fonc(...);
17
18 ////////////////////////////////////////////////////////////////////////////////
19 // GPU functions (in file.cu)
20 ////////////////////////////////////////////////////////////////////////////////
21 //extern "C" void fonc(float *h_Kernel);
22
23
24 #endif