#ifndef __GPU_H__ #define __GPU_H__ void gpu_init(); void gpu_fini(); void gpu_run(float*,int,int); #endif // __GPU_H__