-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Radeon RX 5700XT CN-GPU auto config optimisation #2509
Comments
various values of |
psychocrypt
added a commit
to psychocrypt/xmr-stak
that referenced
this issue
Aug 24, 2019
solve fireice-uk#2509 use unroll 8 for RX5700
psychocrypt
added a commit
to psychocrypt/xmr-stak
that referenced
this issue
Sep 22, 2019
solve fireice-uk#2509 - use unroll 8 for RX5700 - use 2 threads for cnr_gpu and RX5700
psychocrypt
added a commit
to psychocrypt/xmr-stak
that referenced
this issue
Sep 22, 2019
solve fireice-uk#2509 - use unroll 8 for RX5700 - use 2 threads for cnr_gpu and RX5700
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
RX 5700XT Cryptonight-GPU
2 Threading autogenerated config with intensity of 960 (as it is being set now) and standart worksize of 8 gives better result there. Tried varios 1-2-4 thread and 8-16 worksize combinations with increasing intensity. The best so far result was achieved by doubling autogenerated config on threads.
Screenshot of table on imgur of 1-2 threading and varios intensities
(4 threads produce invalid shares on all range of settings so no sense to include here)
Thanks to newtoetn and CryptoNuffe from discord for help and feedback
The text was updated successfully, but these errors were encountered: