6 lines
116 B

#ifndef CUDA_KERNELS_GRAPH_H
#define CUDA_KERNELS_GRAPH_H
void helloWorldCuda();
#endif /* CUDA_KERNELS_GRAPH_H */