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

Can't seem to set 2 threads per vega in XMR-Stak-AMD #680

Closed
italianoch opened this issue Nov 29, 2017 · 0 comments
Closed

Can't seem to set 2 threads per vega in XMR-Stak-AMD #680

italianoch opened this issue Nov 29, 2017 · 0 comments

Comments

@italianoch
Copy link

AMD Vegas preform at their best when you config XMR-Stak to run 2 seperate threads on Vega GPUs. On NHML 1.8.2.0 pre-2, adding another thread to an index on amd.txt does not stick and gets overwritten when starting the miner. This is an example of what I'm trying to accomplish:

"gpu_threads_conf" : [
{ "index" : 0, "intensity" : 1932, "worksize" : 8, "affine_to_cpu" : false },
{ "index" : 0, "intensity" : 1932, "worksize" : 8, "affine_to_cpu" : false },
{ "index" : 1, "intensity" : 1932, "worksize" : 8, "affine_to_cpu" : false },
{ "index" : 1, "intensity" : 1932, "worksize" : 8, "affine_to_cpu" : false },

However, it always overwrites and reverts to one thread per GPU. I was wondering if there was a way to enable assigning 2 threads on 1 GPU?

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

1 participant