1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

The gpuminer thread uses very little cpu and needs to keep the gpu busy with as few delays as possible. Don't nice it.

This commit is contained in:
Con Kolivas 2011-06-22 23:35:23 +10:00
parent f54d2cc0ed
commit 932ff72f70

View File

@ -798,8 +798,6 @@ static void *gpuminer_thread(void *userdata)
uint32_t res[128], blank_res[128];
cl_kernel *kernel;
setpriority(PRIO_PROCESS, 0, 19);
memset(blank_res, 0, BUFFERSIZE);
size_t globalThreads[1];