An open API service indexing awesome lists of open source software.

https://github.com/louisbrunner/proccl

Simple wrapper for OpenCL
https://github.com/louisbrunner/proccl

Last synced: 23 days ago
JSON representation

Simple wrapper for OpenCL

Awesome Lists containing this project

README

          

# ProcCL
Simple wrapper for OpenCL by Louis Brunner

Include a basic *blur* and *saxpy*

# Usage
See `src/main.cpp` for an example of the API usage

# Copyright and thanks
Thanks to [Anteru](https://anteru.net/blog/2012/11/03/2009/index.html) ([Repository](https://bitbucket.org/Anteru/opencltutorial)) for the basic knowledge and a lot of helpful functions!