summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-04-16 17:53:51 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-04-16 17:53:51 +0200
commite3bb58f60277e70a26b2cef782945027871135d5 (patch)
tree5db934bba015b9fe16a5c52958eaa30431929484 /README.md
parentf7f8ec644f51d16f888b6a7086009b79c0beef8f (diff)
Finalized support for performance testing against cuBLAS
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3109b4bf..835f5eea 100644
--- a/README.md
+++ b/README.md
@@ -199,7 +199,7 @@ All tests can be run directly together in one go through the `make alltests` tar
Compiling the performance tests/clients (optional)
-------------
-To test the performance of CLBlast and compare optionally against [clBLAS](http://github.com/clMathLibraries/clBLAS) or a CPU BLAS library (see above for requirements), compile with the clients enabled by specifying `-DCLIENTS=ON`, for example as follows:
+To test the performance of CLBlast and compare optionally against [clBLAS](http://github.com/clMathLibraries/clBLAS), cuBLAS (if testing on an NVIDIA GPU and `-DCUBLAS=ON` set), or a CPU BLAS library (see above for requirements), compile with the clients enabled by specifying `-DCLIENTS=ON`, for example as follows:
cmake -DCLIENTS=ON ..