#ifndef OPENCL_HELPER_LIBRARY_H #define OPENCL_HELPER_LIBRARY_H #include #include #include // Function prototypes char *load_kernel_source(const char *filename); long long get_time(); void fatal(const char *s); void fatal_CL(cl_int error, int line_no); #endif