Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 097220f

Browse files
authored
Update benchmarks - Nvidia on Linux
1 parent 4bb60e1 commit 097220f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ void spacemesh_api_unlock_gpu(
119119
## Initial Benchmarks
120120

121121
Scrypt Benchmarks (n=512, r=1, p=1) 1 byte per leaf, batch size leaves per API call.
122-
123122
| Date | Reporter | impl | cpu / gpu | Host OS | notes | kh/s | mh/s | x factor over 1 4ghz cpu native thread | x factor over 12 4ghz cpu native threads |
124123
|------------ |---------- |----------- |---------------------------------- |--------------------- |---------------------------------------- |------- |------ |---------------------------------------- |------------------------------------------ |
125124
| 11/19/2019 | ae | go-scrypt | mbp + Intel i9 @ 2.9ghz - 1 core | OS X | go scrypt crypto lib (not scrypt-jane) | 7 | 0.01 | 1 | 1 |
@@ -130,4 +129,4 @@ Scrypt Benchmarks (n=512, r=1, p=1) 1 byte per leaf, batch size leaves per API c
130129
| 11/19/2019 | ar | sm-scrypt | AMD Radeon 570 4GB | Windows 10 | pre-optimized prototype | 355 | 0.36 | 54 | 4.47 |
131130
| 11/12/2019 | ae | sm-scrypt | AMD Radeon RX 580 | Windows 10 | optimized prototype | 926 | 0.93 | 140 | 11.65 |
132131
| 11/12/2019 | ae | sm-scrypt | AMD Radeon RX 580 | Ubuntu 18.0.4.3 LTS | optimized prototype | 893 | 0.89 | 135 | 11.24 |
133-
| 11/12/2019 | ae | sm-scrypt | Nvidia Gefroce RTX 2070 8GB | Ubuntu 19.10 LTS | optimized prototype | tbd | tbd | tbd | tbd |
132+
| 11/12/2019 | ae | sm-scrypt | Nvidia Gefroce RTX 2070 8GB | Ubuntu 19.10 LTS | optimized prototype | 1,923 | 1.92 | 292 | 24.37 |

0 commit comments

Comments
 (0)