memory leaks - GPU throws "CL_OUT_OF_RESOURCES" for any programs -
whatever program ran on gpu, if programs ran before, gpu throws error: cl_out_of_resources clenqueuereadbuffer function.
then remembered ran deep learning framework last night crashed , may ate memory on gpu. tried restart computer, doesn't work.
is possible gpu ran out of memory due dl framework's crash?
if so, how should solve problem?
cl_out_of_resources
generic error given nvidia implementation @ clenqueueread
, more or less means:
something went out of bounds (resources) when trying write buffer
most kernel launched before writes buffer went out of bounds of buffer.
Comments
Post a Comment