Skip to content

Commit

Permalink
Update cl_zogminer.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
omaralvarez committed Oct 26, 2016
1 parent dbcd27c commit 56d0e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libzogminer/cl_zogminer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ using namespace std;
unsigned const cl_zogminer::c_defaultLocalWorkSize = 32;
unsigned const cl_zogminer::c_defaultGlobalWorkSizeMultiplier = 4096; // * CL_DEFAULT_LOCAL_WORK_SIZE
unsigned const cl_zogminer::c_defaultMSPerBatch = 0;
bool cl_zogminer::s_allowCPU = true;
bool cl_zogminer::s_allowCPU = false;
unsigned cl_zogminer::s_extraRequiredGPUMem;
unsigned cl_zogminer::s_msPerBatch = cl_zogminer::c_defaultMSPerBatch;
unsigned cl_zogminer::s_workgroupSize = cl_zogminer::c_defaultLocalWorkSize;
Expand Down

0 comments on commit 56d0e00

Please sign in to comment.