aboutsummaryrefslogtreecommitdiff
path: root/cl_error.h
diff options
context:
space:
mode:
Diffstat (limited to 'cl_error.h')
-rw-r--r--cl_error.h3
1 files changed, 3 insertions, 0 deletions
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 <cl.h>
+
+const char *get_cl_error_string(cl_int error);