artv3 / OCL-Library

An OpenCL C++ wrapper to facilitate OpenCL implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To run the example:
1. Copy files to some directory
2. Type the command 'make' without the quotes
   2.5 Change example2.cpp to example1.cpp to run (They give the same output though)
3. Type ./a.out to run the program

The OCL Library Documentation can be found in the Wiki page in the OCL Library Git Repository

Prof. Tim Warburton's Webpage:
     http://www.caam.rice.edu/~timwar/TimWarburton/HomePage.html
David Medina's Webpage
     http://davidmedinawiki.wordpress.com/
Wiki Page:
     https://github.com/dmed256/OCL-Library/wiki/OCL-Library
Git Repository:
     https://github.com/dmed256/OCL-Library

If you would like more information about it, feel free to contact me through e-mail (in my personal website).

About

An OpenCL C++ wrapper to facilitate OpenCL implementation

License:Other


Languages

Language:C++ 98.6%Language:Makefile 1.1%Language:C 0.4%