Login  Register

Re: How to run jocl tests?

Posted by chan on Aug 02, 2013; 7:57am
URL: https://forum.jogamp.org/How-to-run-jocl-tests-tp4029688p4029710.html

Today I was succeed play #5 demo in win7 system!

first erase Intel opencl sdk platform.
then, error message change to CL_OUT_OF_RESOURCE.
second, reboot system. that's all.

I guess multiple cl platforms gave some side effect.


Anyway, Thanks your reply!

And one more additional question.

Did you ever try clCreateContext with EGLContext?

In my window system ( and in my sample project ), return error code CL_INVALID_GL_SHAREGROUP_REFERENCE_KHR.

Is it my graphic card (geforce 210) problem? or my EGL library don't support openCL sharing?

What should I do?