thnx,
the vega can run two simultaneous threads reaching 2000H/s but need a double string input in the amd.txt and for the life of me I cant get the coding correct (spacing? a comma? idunno) I'm sure I will get right by the end of the day by trial and error
I will come back and post it here
When you do; generate a fresh amd.txt by deleting it and running xmr-stak again. Post it here with the #code posting ability
Ill have a peek and give some input =)
Ill be able to put the Rx560 I have back on xmr-stak off my other tests to generate a amd.txt and see what i see on my end as well. Im pretty sure the vega driver supports the version of openCL I compiled it with.
got it work with max intensity set at 1012
but only one thread
"gpu_threads_conf" : [
// gpu: gfx901 memory:3920
// compute units: 64
{ "index" : 0,
"intensity" : 1012, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
"comp_mode" : true
},
// gpu: gfx901 memory:3920
// compute units: 64
{ "index" : 1,
"intensity" : 1012, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
"comp_mode" : true
},
// gpu: gfx901 memory:3920
// compute units: 64
{ "index" : 2,
"intensity" : 1012, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
"comp_mode" : true
},
// gpu: gfx901 memory:3920
// compute units: 64
{ "index" : 3,
"intensity" : 1012, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
"comp_mode" : true
},
// gpu: gfx901 memory:3920
// compute units: 64
{ "index" : 4,
"intensity" : 1012, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
"comp_mode" : true
},
// gpu: gfx901 memory:3920
// compute units: 64
{ "index" : 5,
"intensity" : 1012, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
"comp_mode" : true
},
],
/*
* Platform index. This will be 0 unless you have different OpenCL platform - eg. AMD and Intel.
*/
"platform_index" : 1,
giving about the same hash results as the best I can get it with a double thread per card (yea it was the intensities that were giving the buffer error message)
"gpu_threads_conf" : [
// gpu: gfx901 memory:3920
// compute units: 64
{ "index" : 0,
"intensity" : 1000, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
"comp_mode" : true
},
{ "index" : 0,
"intensity" : 800, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
"comp_mode" : true
},
// gpu: gfx901 memory:3920
// compute units: 64
{ "index" : 1,
"intensity" : 1000, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
"comp_mode" : true
},
{ "index" : 1,
"intensity" : 800, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
"comp_mode" : true
},
// gpu: gfx901 memory:3920
// compute units: 64
{ "index" : 2,
"intensity" : 1000, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
"comp_mode" : true
},
{ "index" : 2,
"intensity" : 800, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
"comp_mode" : true
},
// gpu: gfx901 memory:3920
// compute units: 64
{ "index" : 3,
"intensity" : 1000, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
"comp_mode" : true
},
{ "index" : 3,
"intensity" : 800, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
"comp_mode" : true
},
// gpu: gfx901 memory:3920
// compute units: 64
{ "index" : 4,
"intensity" : 1000, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
"comp_mode" : true
},
{ "index" : 4,
"intensity" : 800, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
"comp_mode" : true
},
// gpu: gfx901 memory:3920
// compute units: 64
{ "index" : 5,
"intensity" : 1000, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
"comp_mode" : true
},
{ "index" : 5,
"intensity" : 800, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
"comp_mode" : true
},
],
/*
* Platform index. This will be 0 unless you have different OpenCL platform - eg. AMD and Intel.
*/
"platform_index" : 1,
still playing around with the intensities on the dual thread amd.txt file but it seems the new heavy algo is very demanding on the GPUs as i cant get anywhere near the previous algo 2000H/s
good to be on Cryptonight again
many thanx JK!!