dybber / microcl

Easy wrapper functions for OpenCL programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MicroCL

Easy wrapper functions for OpenCL programming

This library provides a set of functions for compiling and executing OpenCL kernels from within a C program. The intension is for this library to be very lightweight and at the same time provide good error messages in case of kernel compilation errors, etc.

The API is documented in the file mcl.h.

About

Easy wrapper functions for OpenCL programming

License:MIT License


Languages

Language:C 96.7%Language:Makefile 3.3%