mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 07:17:58 +00:00
Show correct GPU from thread number.
This commit is contained in:
parent
f11149928a
commit
d1c0cccdf1
@ -886,7 +886,7 @@ static inline cl_int queue_kernel_parameters(dev_blk_ctx *blk, cl_kernel *kernel
|
||||
|
||||
static inline int gpu_from_thr_id(int thr_id)
|
||||
{
|
||||
return thr_id;
|
||||
return thr_id % nDevs;
|
||||
}
|
||||
|
||||
static void *gpuminer_thread(void *userdata)
|
||||
|
Loading…
Reference in New Issue
Block a user