Page 1 of 1

CL_MEM_OBJECT_ALLOCATION_FAILURE error

Posted: Mon Jul 29, 2013 2:43 pm
by ValentinD
Hello everyone !

I have an error in my nogui batch : CL_MEM_OBJECT_ALLOCATION_FAILURE

What is it ? Where does it come from ? Is it important ? It seems that the simulation still work...

Thanks for any explanation !

ValentinD

Re: CL_MEM_OBJECT_ALLOCATION_FAILURE error

Posted: Mon Jul 29, 2013 3:04 pm
by LuisMiguel
Hey,

That is a problem with the openGL memory. It is indicating that the simulation is out of memory and the simulation can not be stored in the gpu. No worries, it will keep simulating in the CPU.

luisM.

Re: CL_MEM_OBJECT_ALLOCATION_FAILURE error

Posted: Mon Jul 29, 2013 3:25 pm
by ValentinD
Ok, thanks !