132 Commits (v0.10.0.dev2)

Author SHA1 Message Date
bargst a5e8a6a760 Fix style issues 9 years ago
Lefteris Karapetsas af6f5c3a13 simplify clminer current block code 9 years ago
Lefteris Karapetsas 1863def3a1 ethminer no longer depends on boost 9 years ago
Lefteris Karapetsas 35174e2798 More style: change const location 9 years ago
Lefteris Karapetsas 4eeb90e813 Style regarding public class constants 9 years ago
bargst 7450b8a0bc Quick discovery of optimal global work size 9 years ago
bargst 5ef3677ceb Fix global work size logic adjustment 9 years ago
Lefteris Karapetsas 020ef4b811 ethashcl doesnt depend on ethcore 9 years ago
Lefteris Karapetsas f914327050 Restore the old default value of global work size 9 years ago
Lefteris Karapetsas 09d091b8d0 Default values of args are now class constants 9 years ago
Lefteris Karapetsas bc9bdf09af Move defaults so that cl_miner is not included in MinerAux.h 9 years ago
arkady.paronyan@gmail.com 8689bc8164 msvc compilation/warnings 9 years ago
Lefteris Karapetsas db54ff3b4a CL Argument for local work size 9 years ago
Lefteris Karapetsas 15fc63d6a2 New OpenCL arguments 9 years ago
Lefteris Karapetsas 7501191b40 GlobalWork size should never be less than local size 9 years ago
Lefteris Karapetsas f51033dc75 CL Global and local work size adjustments 9 years ago
Lefteris Karapetsas f03c12ca24 Adjust CL miner work batch size properly 9 years ago
Gav Wood 057e374bce Remove unneeded dummy use. 9 years ago
Gav Wood 7a5b4db728 Minor renaming in BlockQueue, remove unnecessary invariant check, add 9 years ago
Lefteris Karapetsas 81ca67dd4c configureGPU() should respect given platformID 9 years ago
Lefteris Karapetsas 9935fe75da Fix a warning in ethash_cl_miner 9 years ago
Gav Wood a37d37a9c2 don't try to alter the batch size until we can make timing work. 9 years ago
Gav Wood d0dd66ac18 One more tryout. 9 years ago
Gav Wood a142e968d0 Greater timing scope. 9 years ago
Gav Wood 84dd9dd35d More diagnostics for batch size evolving. 9 years ago
Gav Wood a0e8512bed Build fixes. 9 years ago
Gav Wood 0ee5a5572e Minor miner fix. 9 years ago
Gav Wood a8eb96755c Miner targets a restart time of 100ms by default, reducing inter-block 9 years ago
Lefteris Karapetsas 8e5e2f4a9e Catch OpenCL exceptions by const& 9 years ago
Lefteris Karapetsas 25d2fa1607 single chunk test: catch only cl::Error 9 years ago
Lefteris Karapetsas 3302539a11 OpenCL: Always try single chunk DAG upload 9 years ago
Lefteris Karapetsas 5390c358b7 OpenCL bin2h script correction 9 years ago
Lefteris Karapetsas 4bb4a8aa60 Add cmake command for OpenCL kernel code 9 years ago
Lefteris Karapetsas 45858c0a78 OpenCL in MacosX does not like static variables 9 years ago
Lefteris Karapetsas d416e667ed Fix macosx opencl warnings 9 years ago
Lefteris Karapetsas b84c28e084 Allow forcing single chunk DAG upload to GPU 9 years ago
Lefteris Karapetsas 7604f4c224 Smarter and more flexible GPU memory check 9 years ago
Lefteris Karapetsas 474705ba80 Styling changes 9 years ago
Lefteris Karapetsas eaee35dd0b Refactor in OpenCL argument passing 9 years ago
Lefteris Karapetsas cf4c191a98 CLMiner, query only GPU devices 9 years ago
Lefteris Karapetsas 0c08092f6a Fix the chunks auto detecting code 9 years ago
Lefteris Karapetsas c9371fdf36 Style changes 10 years ago
Lefteris Karapetsas cf61535ec9 Remove --use-chunks argument and general refactoring 10 years ago
Lefteris Karapetsas d374cacdcb Some refactoring of the cl_miner query functions 10 years ago
Lefteris Karapetsas 25270123d0 Argument to list available opencl devices and platforms 10 years ago
Lefteris Karapetsas c6020f6625 Don't read kernel file as string during runtime 10 years ago
Lefteris Karapetsas f08f39d067 Remove unused ethash_cl_miner::hash() function 10 years ago
Lefteris Karapetsas 65ebc5f17b Tweaks after merging latest develop changes 10 years ago
Lefteris Karapetsas 371d23decc Check if GPU has over 2GB of memory 10 years ago
Lefteris Karapetsas 587209cf5d GPU DAG Chunks is now dynamic argument 10 years ago