Merge pull request #179 from garious/update-readme

Update README with proposed way to download the gpu lib
This commit is contained in:
Greg Fitzgerald 2018-05-07 16:43:20 -06:00 committed by GitHub
commit a59f64cae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

1
.gitattributes vendored
View File

@ -1 +0,0 @@
*.a filter=lfs diff=lfs merge=lfs -text

View File

@ -146,6 +146,7 @@ $ cargo +nightly bench --features="unstable"
To run the benchmarks on Linux with GPU optimizations enabled:
```bash
$ wget https://solana.com/gpu/latest/libcuda_verify_ed25519.a
$ cargo +nightly bench --features="unstable,cuda"
```