ofxMSAOpenCL icon indicating copy to clipboard operation
ofxMSAOpenCL copied to clipboard

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

Results 7 ofxMSAOpenCL issues
Sort by recently updated
recently updated
newest added

Hi,memo. This addon works fine in OSX.But in Win10. There is a Error happened: Cannot open include file: 'CL/opencl.h': No such file or directory (compiling source file ..\..\..\addons\ofxMSAOpenCL\src\MSAOpenCL.cpp)

I’m using Windows 10 and Visual Studio 17. The machine has an integrated intel GPU and also an Nvidia GeForce GTX 1050 When compiling and calling setupFromOpenGL I get an...

running the example returns > msa::OpenCLImage::initFromTexture(ofTexture&, cl_mem_flags, int): Assertion `err == CL_SUCCESS' failed. i have logged the error and it returns a "-4" value, it doesn't associate with none of...

1. install CUDA 9.2 2. import one of example project to project generator 3. in project properties, right click and select 'add existing property sheet and select **presented by cuda**....

after digging into the source, i find that the error comes from line 121 of MSAOpenCLProgram.cpp `Options = "-I \"" + ofToDataPath("") + "\" " + options;` I guess it's...

Working on windows, so seeing testing without the opengl context... Will work on a pull-request when I get a chance, but for now; (Just to get it compiling) - change...

Have been trying to run the particle example, and have run in to an issue with the command queue. The line below sets err to CL_INVALID_COMMAND_QUEUE, rather than CL_SUCCESS ```...