memo / ofxMSAOpenCL

C++ openFrameworks addon for very simple to use wrapper for OpenCL. All underlying openCL objects are accessible to allow advanced features too if need be
http://www.memo.tv/ofxmsaopencl/
Other
88 stars 35 forks source link

OpenCL::createDevice now probes for platforms for clGetDeviceIDs #6

Closed SoylentGraham closed 10 years ago

SoylentGraham commented 11 years ago

My implemenation (windows, AMD APP sdk with ATI radeon) doesn't support NULL (failed with CL_INVALID_PLATFORM) so have to get platform id's to supply as arg. Also fixed failure not returning 0 as it should.