Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clEnqueueNDRangeKernel(-4) when running multiple gpus #82

Open
DavBE opened this issue Nov 3, 2016 · 5 comments
Open

clEnqueueNDRangeKernel(-4) when running multiple gpus #82

DavBE opened this issue Nov 3, 2016 · 5 comments

Comments

@DavBE
Copy link

DavBE commented Nov 3, 2016

Hi,

Using this command line :
genoil.exe -c equihash.usa.nicehash.com:3357 -u btcaddress.worker -p x -i 20 -w 64 -P 0 -g 0 -k zec
the miner work fine.

But when using this one :
genoil.exe -c equihash.usa.nicehash.com:3357 -u btcaddress.worker -p x -i 20 -w 64 -P 0 -g 0 1 2 3 -k zec
i get the following errors :
zec-sa#3clEnqueueNDRangeKernel(-4) z1e5c:-0s0a:#303 gpu#3: Mining thread quitc lEnqueueNDRangeKernel(-4) z1e5c:-0s0a:#323 gpu#0: Mining thread quitc lEnqueueNDRangeKernel(-4) 15:00:33 gpu#2: Mining thread quit

and only one gpu reports mining stats. I have 2 HD7970 and 2 R9 280x running on this rig (Windows 7 64bits).

Any idea ?

@ginyor
Copy link

ginyor commented Nov 3, 2016

Try this, maybe help you:

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100

genoil.exe -c equihash.usa.nicehash.com:3357 -u btcaddress.worker -p x -i 20 -w 64 -P 0 -g 0 -k zec

or

genoil.exe -c equihash.usa.nicehash.com:3357 -u btcaddress.worker -p x -i 20 -w 64 -P 0 -g 0 -k zec zec

or

genoil.exe -c equihash.usa.nicehash.com:3357 -u btcaddress.worker -p x -i 20 -w 64 -P 1 -g 0 -k zec

@DavBE
Copy link
Author

DavBE commented Nov 3, 2016

Thanks ginyor, but i already tried all of these.

@ginyor
Copy link

ginyor commented Nov 3, 2016

Your driver is 16.10.3?

@DavBE
Copy link
Author

DavBE commented Nov 3, 2016

Yes

@idarlund
Copy link

getting the same error. rx580 and 17.5.2 driver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants