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
- Host: GitHub
- URL: https://github.com/louisbrunner/proccl
- Owner: LouisBrunner
- License: mit
- Created: 2016-07-20T22:52:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-20T23:12:03.000Z (almost 10 years ago)
- Last Synced: 2025-02-23T09:23:19.324Z (over 1 year ago)
- Language: C++
- Size: 225 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!