-
Notifications
You must be signed in to change notification settings - Fork 229
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
AMD HD 5800 series not working on version 2.14.1 #255
Comments
Older than the islands chips (GCN1 or worse) requires similarly ancient driver like 15.x Omega It is the only driver that compute properly with the "Evergreen" series (Cypress, Redwood, etc) - every other driver newer than that has broken OpenCL on old cards (older than Tahiti/Tonga/Hawaii chips or so), it doesn't do memory allocations correctly, and was never and will never be fixed. That has such small memory that it should run one thread, but your max alloc is 0.31GB (320MB) which is the sign of the bug, and with the old working driver that would show 1GB/1GB/1GB thus allowing a single thread. It split into two threads due to this memory allocation bug in drivers newer than Omega. Even when it does allocate, it doesn't work (as you've seen). It should show hashrate if you act like it has 320MB total VRAM (like single thread, at silly low intensity+worksize, will get a silly low hashrate like 10, but it does hash). Nothing but the ancient driver does the old-card memory correctly, thus won't hash at correct rates. Also those Evergreen series cards can never do CN-R as they are missing a required float-rounding mode that newer GCN's have (based on a Redwood HD5770 I used to run). Same applies to Linux drivers, although 15.x doesn't work you need exactly Just mentioning that in case you thought it was only windows bug. It's global AMD bug. |
Hi, i'm not able to mine with the new version 2.14.0/1 on win10 64bit.
No prob with the previous versions.
I'm not so skilled, so, what i've to do to try solving my problem ?
Tks.
That's the output i get from:
xmrig-amd.exe -o stratum+tcp://pool.supportxmr.com:5555 -u XXXXXX
[2019-05-15 10:03:55] compiling code and initializing GPUs. This will take a while...
[2019-05-15 10:03:56] found AMD platform index: 0, name: Advanced Micro Devices, Inc.
[2019-05-15 10:03:56] found OpenCL GPU: AMD Radeon HD 5800 Series (Cypress), cu: 20
[2019-05-15 10:03:56] #00, GPU #00 AMD Radeon HD 5800 Series (Cypress), i:160 (8/256), si:2/2, u:8, cu:20
[2019-05-15 10:03:56] 0.31/0.50/1 GB
[2019-05-15 10:03:56] Update README links and build instruction #1, GPU #00 AMD Radeon HD 5800 Series (Cypress), i:160 (8/256), si:2/2, u:8, cu:20
[2019-05-15 10:03:56] 0.31/0.50/1 GB
[2019-05-15 10:03:56] use pool pool.supportxmr.com:5555 94.130.12.27
[2019-05-15 10:03:56] new job from pool.supportxmr.com:5555 diff 20000 algo cn/r height 1835057
[2019-05-15 10:04:02] speed 10s/60s/15m n/a n/a n/a H/s max n/a H/s
[2019-05-15 10:04:07] speed 10s/60s/15m n/a n/a n/a H/s max n/a H/s
[2019-05-15 10:04:12] speed 10s/60s/15m n/a n/a n/a H/s max n/a H/s
[2019-05-15 10:04:17] speed 10s/60s/15m n/a n/a n/a H/s max n/a H/s
[2019-05-15 10:04:22] speed 10s/60s/15m n/a n/a n/a H/s max n/a H/s
The text was updated successfully, but these errors were encountered: