From 630135558c432a4cae1e74fdad09007ee17932ad Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 2 Oct 2017 23:59:34 +1300 Subject: Dump WIP of opencl port --- cl_error.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cl_error.h (limited to 'cl_error.h') diff --git a/cl_error.h b/cl_error.h new file mode 100644 index 0000000..7f4a95d --- /dev/null +++ b/cl_error.h @@ -0,0 +1,3 @@ +#include + +const char *get_cl_error_string(cl_int error); -- cgit v1.1