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
CL_MEM_OBJECT_ALLOCATION_FAILURE error
- LuisMiguel
- Posts: 528
- Joined: Fri Jun 04, 2010 2:37 pm
Re: CL_MEM_OBJECT_ALLOCATION_FAILURE error
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.
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
Ok, thanks !