Merge pull request #179 from garious/update-readme
Update README with proposed way to download the gpu lib
This commit is contained in:
commit
a59f64cae1
|
@ -1 +0,0 @@
|
||||||
*.a filter=lfs diff=lfs merge=lfs -text
|
|
|
@ -146,6 +146,7 @@ $ cargo +nightly bench --features="unstable"
|
||||||
To run the benchmarks on Linux with GPU optimizations enabled:
|
To run the benchmarks on Linux with GPU optimizations enabled:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
$ wget https://solana.com/gpu/latest/libcuda_verify_ed25519.a
|
||||||
$ cargo +nightly bench --features="unstable,cuda"
|
$ cargo +nightly bench --features="unstable,cuda"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue