Hi everybody. I’m asking why my algorithm using an OpenCL kernel returns CL_MEM_OBJECT_ALLOCATION_FAILURE when i call clEnqueueNDRangeKernel while the clCreateBuffer doesn’t return any error? I have one buffer of unsigned short * (135266304) elements and four buffers of unsined char * (135266304) elements. My video card is NVIDIA GTX260. Any ideas?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
clEnqueueNDRangeKernel returns -1000 | 4 | 1453 | February 16, 2015 | |
Detecting buffer allocation failure? | 0 | 1411 | July 22, 2010 | |
Never getting "out of memory" on Win7 x64 / Geforce 9800 GT CL_MEM_OBJECT_ALLOCATION_FAILURE | 2 | 2081 | March 5, 2011 | |
CLGL interop causes CL_INVALID_KERNEL_ARGS | 0 | 1960 | May 25, 2010 | |
What else causes CL_OUT_OF_RESOURCES | 6 | 20519 | April 15, 2010 | |
OpenCL Blocking occurs when clEnqueueWriteBuffer and clEnqueueNDRangeKernel are used together | 2 | 461 | March 14, 2023 | |
clEnqueueWriteBuffer returns CL_OUT_OF_RESOURCES | 10 | 13471 | April 19, 2010 | |
How to handle CL_MEM_OBJECT_ALLOCATION_FAILURE errors if amount of useable memory is not known? | 8 | 15416 | October 9, 2017 | |
Simple GL/CL sharing question | 0 | 1061 | July 22, 2010 | |
clCreateKernelsInProgram strangely returns CL_INVALID_KERNEL_DEFINITION | 0 | 501 | February 20, 2017 |