mirror of
https://github.com/GOSTSec/sgminer
synced 2025-08-26 13:52:02 +00:00
misc: add comment on what cgpu_info->{,k}name are.
This commit is contained in:
parent
c9ccf551d7
commit
3787f47155
5
miner.h
5
miner.h
@ -442,7 +442,7 @@ struct cgpu_info {
|
|||||||
int sgminer_id;
|
int sgminer_id;
|
||||||
struct device_drv *drv;
|
struct device_drv *drv;
|
||||||
int device_id;
|
int device_id;
|
||||||
char *name;
|
char *name; /* GPU family codename. */
|
||||||
char *device_path;
|
char *device_path;
|
||||||
void *device_data;
|
void *device_data;
|
||||||
|
|
||||||
@ -462,10 +462,11 @@ struct cgpu_info {
|
|||||||
|
|
||||||
int64_t max_hashes;
|
int64_t max_hashes;
|
||||||
|
|
||||||
char *kname;
|
char *kname; /* Human-readable kernel name. */
|
||||||
bool mapped;
|
bool mapped;
|
||||||
int virtual_gpu;
|
int virtual_gpu;
|
||||||
int virtual_adl;
|
int virtual_adl;
|
||||||
|
|
||||||
int intensity;
|
int intensity;
|
||||||
int xintensity;
|
int xintensity;
|
||||||
int rawintensity;
|
int rawintensity;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user