From fad277826dd3ef26e83f2b269503e6b941c0cb0d Mon Sep 17 00:00:00 2001 From: nicehashdev Date: Sun, 21 May 2017 16:49:41 +0200 Subject: [PATCH] to ver 1.2.2a --- README.md | 4 ++++ nvidia/README.md | 17 +++++++++++++++-- web/index.html | 6 +++++- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7dda102..21182f6 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,10 @@ WARNING! Excavator supports overclocking. Use overclocking at your own risk. OVE # Changelog +v1.2.2a +- added algorithm CUDA sia +- general fixes and improvements + v1.2.1a - support for API and commanding file at the same time - added commanding file event: on_quit diff --git a/nvidia/README.md b/nvidia/README.md index d9e6c50..bd6d299 100644 --- a/nvidia/README.md +++ b/nvidia/README.md @@ -5,6 +5,7 @@ Name | Supported devices | Wcount*1 | Pcount*2 [equihash](#equihash) | NVIDIA SM 5.0+ | 2 | 0 [pascal](#pascal) | NVIDIA SM 5.0+ | 1 | 2 [decred](#decred)| NVIDIA SM 5.0+ | 1 | 3 +[sia](#sia)| NVIDIA SM 5.0+ | 1 | 2 *1 Recommended number of workers per device to reach optimal speeds. @@ -35,7 +36,7 @@ Step 3 after 2 and step 5 before 6 assures that the GPU never enters P0 state wi Parameter # | Range | Explanation -----------------|----------|--------- 1 | 0-inf | Number of blocks -2 | 0-1024 | Number of threads per block +2 | 0-512 | Number of threads per block If no parameters are provided, device specific defaults are used. If provided parameter is '0' then device specific default value is used. @@ -45,7 +46,19 @@ If no parameters are provided, device specific defaults are used. If provided pa Parameter # | Range | Explanation -----------------|----------|--------- 1 | 0-inf | Number of blocks -2 | 0-1024 | Number of threads per block +2 | 0-512 | Number of threads per block 3 | 0-inf | Number of iterations per thread If no parameters are provided, device specific defaults are used. If provided parameter is '0' then device specific default value is used. + + +# sia + +Parameter # | Range | Explanation +-----------------|----------|--------- +1 | 0-inf | Number of blocks +2 | 0-512 | Number of threads per block + +If no parameters are provided, device specific defaults are used. If provided parameter is '0' then device specific default value is used. + +**WARNING: Sia is not tuned per card yet. You may reach higher speeds by experimenting with parameters.** diff --git a/web/index.html b/web/index.html index aa12177..72a111e 100644 --- a/web/index.html +++ b/web/index.html @@ -4,7 +4,11 @@ Excavator by NiceHash - + + + + +