From 5c66bbde0143e7884630c4f3b50540e052c19eb6 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Mon, 30 Apr 2018 15:20:39 -0600 Subject: [PATCH] Add a note about running with GPU optimizations --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 729d99ac7..0edec791a 100644 --- a/README.md +++ b/README.md @@ -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 ---