Update README with proposed way to download the gpu lib

If you checked here yesterday, this was a top-level file in git-lfs,
but that made the developer workflow more painful so we boot that
file and are making it available via an http endpoint.
This commit is contained in:
Greg Fitzgerald 2018-05-07 16:32:45 -06:00
parent 9e8ec86fa3
commit f159dfd15a
1 changed files with 1 additions and 0 deletions

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"
```