mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-14 16:58:05 +00:00
core: Revert printing threads for every GPU, this setting is not modifiable at run-time.
This commit is contained in:
parent
89663c7e94
commit
d53b329f18
@ -1049,7 +1049,7 @@ static void get_opencl_statline_before(char *buf, size_t bufsiz, struct cgpu_inf
|
|||||||
|
|
||||||
static void get_opencl_statline(char *buf, size_t bufsiz, struct cgpu_info *gpu)
|
static void get_opencl_statline(char *buf, size_t bufsiz, struct cgpu_info *gpu)
|
||||||
{
|
{
|
||||||
tailsprintf(buf, bufsiz, " T:%d I:%2d", gpu->threads, gpu->intensity);
|
tailsprintf(buf, bufsiz, " I:%2d", gpu->intensity);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct opencl_thread_data {
|
struct opencl_thread_data {
|
||||||
|
Loading…
Reference in New Issue
Block a user