mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 20:44:19 +00:00
Tahiti prefers worksize 64 with poclbm.
This commit is contained in:
parent
e5be2d242e
commit
e9c3d7309a
2
ocl.c
2
ocl.c
@ -355,6 +355,8 @@ _clState *initCl(unsigned int gpu, char *name, size_t nameSize)
|
||||
clState->preferred_vwidth = opt_vectors;
|
||||
if (opt_worksize && opt_worksize <= (int)clState->max_work_size)
|
||||
clState->work_size = opt_worksize;
|
||||
else if (strstr(name, "Tahiti"))
|
||||
clState->work_size = 64;
|
||||
else
|
||||
clState->work_size = (clState->max_work_size <= 256 ? clState->max_work_size : 256) /
|
||||
clState->preferred_vwidth;
|
||||
|
Loading…
x
Reference in New Issue
Block a user