i have 13gpu rig: 6x hd7850, 2x r9 270, 5x rx550
1.6.7 failed on both r9 270
another 11 gpu working good
version 1.5.9 working good with all 13 gpu
how i can fix this
I think R9 cards are supposed to be kernel 2, not kernel 1.
Great, thank you!
Now it's working.
Config:
{
"cryptonight_type" : "normalv7",
"intensity" : 27,
"double_threads" : true,
"gpu_conf" :
[
{ "id" : 0, "intensity" : 27, "worksize" : 8, "threads" : 2},
{ "id" : 1, "intensity" : 27, "worksize" : 8, "threads" : 2},
{ "id" : 2, "intensity" : 27, "worksize" : 8, "threads" : 2},
{ "id" : 3, "intensity" : 27, "worksize" : 8, "threads" : 2},
{ "id" : 4, "intensity" : 27, "worksize" : 8, "threads" : 2, "kernel" : 2},
{ "id" : 5, "intensity" : 27, "worksize" : 8, "threads" : 2},
{ "id" : 6, "intensity" : 27, "worksize" : 8, "threads" : 2},
{ "id" : 7, "intensity" : 27, "worksize" : 8, "threads" : 2},
{ "id" : 8, "intensity" : 27, "worksize" : 8, "threads" : 2},
{ "id" : 9, "intensity" : 27, "worksize" : 8, "threads" : 2},
{ "id" : 10, "intensity" : 27, "worksize" : 8, "threads" : 2},
{ "id" : 11, "intensity" : 27, "worksize" : 8, "threads" : 2, "kernel" : 2},
{ "id" : 12, "intensity" : 27, "worksize" : 8, "threads" : 2}
]
}