1
0
mirror of https://github.com/GOSTSec/ccminer synced 2025-01-09 14:28:15 +00:00
ccminer/Algo256
Tanguy Pruvot 5bf1f98200 various fixes for SM 2.1 and the benchmark
X11+ algos and quark are not compatible for the moment

but these ones are :

Benchmark results for Gigabyte GTX 460 (SM 2.1 / 1 GB):

   blakecoin :     159090.5 kH/s,     1 MB,  1048576 thr.
       blake :      70208.9 kH/s,     1 MB,  1048576 thr.
         bmw :     122802.6 kH/s,    65 MB,  2097152 thr.
        deep :       3533.6 kH/s,    33 MB,   524288 thr.
    fugue256 :      43177.9 kH/s,    17 MB,   524288 thr.
       heavy :       4118.2 kH/s,   147 MB,   524032 thr.
      keccak :      18673.1 kH/s,   129 MB,  2097152 thr.
       luffa :      28816.0 kH/s,   257 MB,  4194304 thr.
       lyra2 :        213.7 kH/s,   570 MB,    65536 thr.
    mjollnir :       3895.6 kH/s,   147 MB,   524032 thr.
       nist5 :       1101.4 kH/s,    67 MB,  1048576 thr.
       penta :        501.6 kH/s,    21 MB,   327680 thr.
       skein :       5432.4 kH/s,    65 MB,  1048576 thr.
      skein2 :       6788.9 kH/s,    33 MB,   524288 thr.
   whirlpool :        688.5 kH/s,    33 MB,   524288 thr.
         zr5 :        122.5 kH/s,    86 MB,   262144 thr.
2015-10-14 02:59:54 +00:00
..
blake256.cu various fixes for SM 2.1 and the benchmark 2015-10-14 02:59:54 +00:00
bmw.cu various fixes for SM 2.1 and the benchmark 2015-10-14 02:59:54 +00:00
cuda_blake256.cu various fixes for SM 2.1 and the benchmark 2015-10-14 02:59:54 +00:00
cuda_bmw256.cu algos: add functions to free allocated resources 2015-09-25 07:51:57 +02:00
cuda_bmw.cu algos: free allocated mem for algo switch 2015-10-08 21:35:30 +02:00
cuda_cubehash256.cu lyra2v2: improve cubehash with uint2 2015-09-06 13:49:52 +02:00
cuda_fugue256.cu benchmark: free last memory leaks on algo switch 2015-10-10 02:15:32 +02:00
cuda_groestl256.cu lyra2: improve cuda implementation (part 1, SM5+) 2015-10-13 00:57:29 +02:00
cuda_keccak256.cu algos: add functions to free allocated resources 2015-09-25 07:51:57 +02:00
cuda_skein256.cu lyra2: improve skein256 component 2015-08-23 09:46:48 +02:00
keccak256.cu various fixes for SM 2.1 and the benchmark 2015-10-14 02:59:54 +00:00