Add a note about running with GPU optimizations

This commit is contained in:
Greg Fitzgerald 2018-04-30 15:20:39 -06:00 committed by GitHub
parent 6268d540a8
commit 5c66bbde01
1 changed files with 6 additions and 0 deletions

View File

@ -133,6 +133,12 @@ Run the benchmarks:
$ cargo +nightly bench --features="unstable"
```
To run the benchmarks on Linux with GPU optimizations enabled:
```bash
$ cargo +nightly bench --features="unstable,cuda"
```
Code coverage
---