629 Commits (e50556b63749e8b68be96f295b5a8703dc1e59ed)
 

Author SHA1 Message Date
Tanguy Pruvot e50556b637 various changes, cleanup for the release 9 years ago
Tanguy Pruvot 1e3db41a8d multialgo: clear hashrate stats on switch 9 years ago
Tanguy Pruvot e9b88b45e4 prepare the 1.7 release 9 years ago
Tanguy Pruvot d3e2088398 basic pool algo switch (without free barrier) 9 years ago
Tanguy Pruvot 113e22de2e blake: prevent empty scan ranges with multiple gpus 9 years ago
Tanguy Pruvot 61ff92b5b4 never interrupt global benchmark with found nonces 9 years ago
Tanguy Pruvot 2308f555c3 simd: cleanup and ignore linux host warning 9 years ago
Tanguy Pruvot 0d9d3520ac simd: add support for SM 2.1 devices 9 years ago
Tanguy Pruvot 03b2bddc16 lyra2v2: fix SM 3.5 support 9 years ago
Tanguy Pruvot 47f309ffb4 ifdef some unused kernels on SM5+ 9 years ago
Tanguy Pruvot 2673b3aeff stratum: hide timeout warnings while waiting 9 years ago
Tanguy Pruvot c4d6310143 heavy: fix define typo, else it works with cuda 7.5 9 years ago
Tanguy Pruvot 31bd1697b1 heavy: workaround to build on ubuntu 15.10 9 years ago
Tanguy Pruvot 8d4d4d65ce cuda: header for common kernel functions (quark/x11) 9 years ago
Tanguy Pruvot 26c7316a08 vstudio: clean and fix blake ifdef for x64 9 years ago
Tanguy Pruvot 2d83f74a7e vstudio: special ifdef for the constant (bmw) 9 years ago
Tanguy Pruvot 098310abc6 pentablake: use common blake kernels (quark) 9 years ago
Tanguy Pruvot d43dc9a021 use blake512 sp kernels on SM 5+ (80+64) 9 years ago
Tanguy Pruvot e12d666d36 pool switch: add thr_id param to handle a future barrier 9 years ago
Tanguy Pruvot 957d919a6a bmw512: save a few KBs, ifdef 80-bytes kernel 9 years ago
Tanguy Pruvot 3b7ef923c7 lyra2(v1): use a common uint2x4 include 9 years ago
Tanguy Pruvot 82a7e62b30 skein: cleanup, strip uint2x4.h + update vstudio 9 years ago
Tanguy Pruvot ef817df79a import sp skein512 unrolled 64-bytes kernel (+0,6% x11) 9 years ago
Tanguy Pruvot dec6dbed77 api: add best share diff and last share time 9 years ago
Tanguy Pruvot e90ade048a ndevs: get vendor names on windows too 9 years ago
Tanguy Pruvot 59a6cd133b nvapi: x86 can also get sub vendor ids 9 years ago
Tanguy Pruvot 355b835ae0 benchmark: enhance the mem leak detection 9 years ago
Tanguy Pruvot 4868c412b0 windows: add support for SM 2.1, drop SM 3.5 (x86) 9 years ago
Tanguy Pruvot a7d54cd7ef blake: no need to fail on init, no big alloc 9 years ago
Tanguy Pruvot c3d10db873 algos: move cmdline algo/alias parser in a func 9 years ago
Tanguy Pruvot e5d1cf8416 lyra2v2: typo in type, its a struct of 4x uint2 :p 9 years ago
Tanguy Pruvot 6a9280a045 lyra2v2: set a better TPB for intensity 20 (sm52) 9 years ago
Tanguy Pruvot 5a08c21355 diff: store solved blocs count, update the api 9 years ago
Tanguy Pruvot 32f212469b lyra2/v2: fixes for vstudio 9 years ago
Tanguy Pruvot 5bf1f98200 various fixes for SM 2.1 and the benchmark 9 years ago
Tanguy Pruvot 8fd2739a65 lyra2: support for SM 2.1 cards (GTX 460) 9 years ago
Tanguy Pruvot fc84c719e9 lyra2: improve cuda implementation (part 1, SM5+) 9 years ago
Tanguy Pruvot 9dfa757dc7 warn on cuda errors + various small changes 9 years ago
Tanguy Pruvot 8fbfe2cfda add gpulog() function helper, simple and multi-threads 9 years ago
Tanguy Pruvot 58c0bb5c02 intensity: fix typo and drop old function 9 years ago
Tanguy Pruvot d195f2e8a2 intensity: do not reduce throughput before init 9 years ago
Tanguy Pruvot c6dcc5e5cf benchmark: show mem and default throughput in results 9 years ago
Tanguy Pruvot 8db5a0bc9e blake: change dynamic round system 9 years ago
Tanguy Pruvot c7cfe0e2ca Fix windows linkage, C/C++ mismatch 9 years ago
Tanguy Pruvot ab5cc7162e refactor: create bench.cpp and algos.h 9 years ago
Tanguy Pruvot c2214091ae benchmark: free last memory leaks on algo switch 9 years ago
Tanguy Pruvot 4e1e03b891 benchmark: store all algos results + cuda fixes 9 years ago
Tanguy Pruvot 934555994d benchmark: allow -a auto to bench all algos at once 9 years ago
Tanguy Pruvot 922c2a5cd7 algos: free allocated mem for algo switch 9 years ago
Tanguy Pruvot ee93927fac diff: use the new function in all algos 9 years ago