opencl runtime is intel-opencl_20.05.15524_amd64; But when I use the intel demo to test OpenCL and OpenGL Interop , it can not work. The clinfos do not have cl_khr_gl_sharing and cl_khr_gl_event. Part of the clinfos are as bellow: Number of ...
cl_khr_gl_sharing Tag Archives:cl_khr_gl_sharing [TEST] GPU Computing – GeForce and Radeon OpenCL Test (Part 4 and Conclusion) 2010/01/19JeGX OpenCL 1,000,000 particles demo OpenCL 1,000,000 particles demo (with sine) Continue reading»...
opencl runtime is intel-opencl_20.05.15524_amd64; But when I use the intel demo to test OpenCL and OpenGL Interop , it can not work. The clinfos do not have cl_khr_gl_sharing and cl_khr_gl_event. Part of the clinfos are as bellow: Numb...
The error is GL_INVALID_ENUM and I guess because of the 6th argument. Since my CL kernel runs on CPU, the CL implementation I think has to copy to or read from GPU in order to make impression of sharing.The Intel-specific top of call stack is:clCreateSubDevicesEXT - intelocl.dllKi...