Tanguy Pruvot
|
d7c2168f2b
|
quark: static shared memory allocation for SM3+
from KlausT committed on 4 Jan, add a few kH/s
|
9 years ago |
Tanguy Pruvot
|
64e14b7d82
|
quark: final cleanup for the 1.7
|
9 years ago |
Tanguy Pruvot
|
2247605d23
|
quark: add support for SM 2 devices
todo: use nonce vectors for the second branch
GPU #0: Gigabyte GTX 460, 261.26 kH/s
accepted: 2/2 (diff 0.046), 254.36 kH/s yay!!!
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
|
9 years ago |
Tanguy Pruvot
|
e50556b637
|
various changes, cleanup for the release
small fixes to handle better the multi thread per gpu
explicitly report than quark is not compatible with SM 2.1 (compact shuffle)
|
9 years ago |
Tanguy Pruvot
|
e1c4b3042c
|
algos: add functions to free allocated resources
Will be used later for algo switching
not really tested yet...
|
9 years ago |
Tanguy Pruvot
|
d9b0312897
|
x64: fix some size_t warnings
|
10 years ago |
Tanguy Pruvot
|
e6112e878d
|
cleanup: use unsigned throughput parameters
Yes, its a big commit, was waiting 1.6 to do that...
Sorry for your possible merge issues ;)
|
10 years ago |
Tanguy Pruvot
|
cafd4477d7
|
Handle a maximum of 16 gpus (vs 8 before)
Some cards have 2 gpus on board...
|
10 years ago |
Tanguy Pruvot
|
6ae28162db
|
various extern cleanup + api history uids and gpu SM
uids could be useful to create graphes from history data
Note: please do a clean build after this commit (changes in miner.h)
|
10 years ago |
Tanguy Pruvot
|
b128312efb
|
cuda: store device SM in a global var
sample usage made for blake and fugue (higher intensity for SM5.2)
add these to cuda_helper and clean unused code
|
10 years ago |
Tanguy Pruvot
|
d9ea5f72ce
|
Remove duplicated defines present in cuda_helper.h
also add cudaDeviceReset() on Ctrl+C for nvprof
|
10 years ago |
Tanguy Pruvot
|
9d3d09103b
|
Try to restore compat with 2.1 devices (GTX 460)
|
10 years ago |
Christian Buchner
|
ea32195a8a
|
v0.9: adding missing VC++ project file and fixing Win compilation
|
11 years ago |
Christian Buchner
|
e049f32fee
|
bump to revision v0.9 (VC++ project files not updated yet)
|
11 years ago |
Christian Buchner
|
be044f31a1
|
Speed optimization: do MUCH LESS Groestl in Jackpot, throw away 75% of the hashes. More speed ;-)
|
11 years ago |
Christian Buchner
|
433d653723
|
bump to revision 0.7
|
11 years ago |