Re: How to run jocl tests?
Posted by
gouessej on
Aug 01, 2013; 7:55am
URL: https://forum.jogamp.org/How-to-run-jocl-tests-tp4029688p4029694.html
chan wrote
#### can not create CL context [error: CL_OUT_OF_RESOURCES]
This demo simply requires too much memory, it's crystal clear.
chan wrote
Caused by: com.jogamp.opencl.CLException$CLInvalidOperationException: can not enqueue 2DRange CLKernel [id: 358502136 name: sineWave]
with gwo: null gws: {256, 256} lws: null
cond.: null events: null [error: CL_INVALID_OPERATION]
Your hardware should support OpenCL 1.1 and OpenGL 4.1 as far as I know. I don't know why this operation is invalid.
chan0110 wrote
Exception in thread "AWT-EventQueue-2" com.jogamp.opencl.CLException$CLInvalidValueException: can not create CL context [error: CL_INVALID_VALUE]
Have you ever succeeded in running at least one demo using JOCL?