]> AND Private Git Repository - snake_gpu.git/blob - src/lib_test_gpu.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
clean
[snake_gpu.git] / src / lib_test_gpu.h
1 #ifndef __TEST_GPU__
2 #define __TEST_GPU__
3
4 void verif_cumuls(int ** , int , int , uint64 ** , uint64 ** , uint64 ** , int, bool);
5
6 void verif_stats_ref(int64 ** d_stats_ref, snake_node_gpu ** d_snake, int nnodes, int h, int l,
7                                          uint64 ** d_img_1, uint64 ** d_img_x, uint64 ** d_img_x2);
8
9 #endif