Version: 1.1

Posted: 2009-05-13

Build Requirements: Mac OS X v10.6, Xcode 3.2

Runtime Requirements: Mac OS X v10.6

View Source Code:

Download Sample Code (“OpenCL_Hello_World_Example.zip”, 6.1K)



Description

A simple "Hello World" compute example showing basic usage of OpenCL which calculates the mathematical square (X[i] = pow(X[i],2)) for a buffer of floating point values.

Document Revision History

Date Notes
2009-05-13Updated to new API.
2009-01-29OpenCL Hello World Example