1
0
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:
Con Kolivas 2011-06-26 09:09:07 +10:00
parent f11149928a
commit d1c0cccdf1

View File

@ -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)