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

multiple gpu #232

Open
stillturnt94 opened this issue Jun 28, 2019 · 1 comment
Open

multiple gpu #232

stillturnt94 opened this issue Jun 28, 2019 · 1 comment

Comments

@stillturnt94
Copy link

I have 3 different GPU rx570 vega56 and rx470. attempting to use them but the vega wont hash my power supply is 1600 so I ruled that out idk what im doing wrong lol.
"gpu_threads_conf" : [
// gpu: gfx900 compute units: 32
// memory:3136 MiB
{ "index" : 0,
"intensity" : 1760, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 0, "mem_chunk" : 12,
"unroll" : 1, "comp_mode" : true, "interleave" : 0
},

// gpu: gfx900 compute units: 32
// memory:3136 MiB
{ "index" : 0,
"intensity" : 1760, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 0, "mem_chunk" : 12,
"unroll" : 1, "comp_mode" : true, "interleave" : 0
},

// gpu: Ellesmere compute units: 16
// memory:3136 MiB
{ "index" : 1,
"intensity" : 960, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 2, "mem_chunk" : 2,
"unroll" : 1, "comp_mode" : true, "interleave" : 0

},

// gpu: Ellesmere compute units: 32
// memory:3136 MiB
{ "index" : 2,
"intensity" : 960, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 2, "mem_chunk" : 2,
"unroll" : 1, "comp_mode" : true, "interleave" : 0
},

],

/*

@psychocrypt
Copy link
Collaborator

psychocrypt commented Jun 28, 2019 via email

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

2 participants