Title: bfgminer w/ opencl - Error -55: Enqueueing kernel onto command queue. (clEnq Post by: slefevre on December 09, 2013, 04:07:10 PM I'm trying to understand mining and learn a bit about GPU/OpenCL processing. I've setup a simple test rig on Ubuntu 12.04 w/ an ATI Radeon HD 6350. I've installed AMD's drivers and SDK and 'clinfo' shows both GPU and CPU device types.
bfgminer shows: Code: $ bfgminer -S opencl:auto -n I can run bfgminer with the following results: Code: bfgminer -S opencl:auto --scrypt -o http://[::1]:9332 -u xxxx -p yyyy I've searched the web and forums but can't find a way to fix this. Anyone have any suggestions? Thanks for any help! S. Title: Re: bfgminer w/ opencl - Error -55: Enqueueing kernel onto command queue. (clEnq Post by: fionnlagh on December 24, 2013, 11:37:37 AM I had this problem aswell.
The error -55 translates to "CL_INVALID_WORK_ITEM_SIZE" , which basically means that the work size is too big. You can reduce the worksize to 128 or 64 by appending "-w 128" to your command line : Code: bfgminer -S opencl:auto --scrypt -o http://[::1]:9332 -u xxxx -p yyyy [color=red]-w 128[/color] This worked for me. Happy mining and merry christmas! Title: Re: bfgminer w/ opencl - Error -55: Enqueueing kernel onto command queue. (clEnq Post by: enginehead on January 25, 2014, 10:04:19 AM RAM! I had the same problem with a new 7990. Put in another 2 gig of ram now it's fine.
Title: Re: bfgminer w/ opencl - Error -55: Enqueueing kernel onto command queue. (clEnq Post by: madjihad on February 05, 2014, 12:26:11 AM RAM! I had the same problem with a new 7990. Put in another 2 gig of ram now it's fine. Just added extra 4Gigs, so now it's 8Gb, current memory load is about 15-20%. :( What is your OS and driver? |