Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 403 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 403 Bytes

OpenCL-Getting-Started

A small "getting started" tutorial for OpenCL. See http://www.eriksmistad.no/getting-started-with-opencl-and-gpu-computing/ for more info.

For simplicity, the main.c in this directory does not check for errors. If it doesn't work for you, try the version in the 'errorchecking' subdirectory instead, which does (this was contributed by Christian Jaeger.)