Skip to content

Commit

Permalink
revert 16 gpus supported
Browse files Browse the repository at this point in the history
  • Loading branch information
nemosminer authored May 12, 2018
1 parent 62e593a commit a439f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miner.h
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ extern uint64_t net_hashrate;
extern double net_diff;
extern double stratum_diff;

#define MAX_GPUS 32
#define MAX_GPUS 16
//#define MAX_THREADS 32 todo
extern char* device_name[MAX_GPUS];
extern short device_map[MAX_GPUS];
Expand Down

0 comments on commit a439f18

Please sign in to comment.