summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCNugteren <web@cedricnugteren.nl>2015-06-15 08:41:37 +0200
committerCNugteren <web@cedricnugteren.nl>2015-06-15 08:41:37 +0200
commitf925d47dadb5f7dd161e44e5da2142734faa3176 (patch)
treef4e556ee5bda4e634c7af1db094e11f6def4e07e /README.md
parentce703a2f5ab18402ce72899cc05e440c65c3ee85 (diff)
Added GEMV to changelog and readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1788e0d1..f64c5095 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ CLBlast: The tuned OpenCL BLAS library
CLBlast is a modern, lightweight, performant and tunable OpenCL BLAS library written in C++11. It is designed to leverage the full performance potential of a wide variety of OpenCL devices from different vendors, including desktop and laptop GPUs, embedded GPUs, and other accelerators. CLBlast implements BLAS routines: basic linear algebra subprograms operating on vectors and matrices.
-__Note that the CLBlast library is actively being developed, and is not mature enough for production environments__. This preview-version supports only a minimal amount of routines (including `sgemm` and `dgemm`): others will be added in due time. It also lacks extensive tuning and testing on some common OpenCL platforms: __out-of-the-box performance on some devices might be poor__. See below for more details.
+__Note that the CLBlast library is actively being developed, and is not mature enough for production environments__. This preview-version supports only a minimal amount of routines (including `gemm` and `gemv`): others will be added in due time. It also lacks extensive tuning and testing on some common OpenCL platforms: __out-of-the-box performance on some devices might be poor__. See below for more details.
Why CLBlast and not clBLAS or cuBLAS?
@@ -147,7 +147,7 @@ CLBlast is in active development and currently does not support the full set of
| Level-2 | S | D | C | Z | Notes |
| ---------|---|---|---|---|---------|
-| xGEMV | | | | | |
+| xGEMV |`x`|`x`|`x`|`x`| |
| xGBMV | | | | | |
| xHEMV | - | - | | | |
| xHBMV | - | - | | | |